Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class PackedInt32s.MutableImpl

    Inheritance
    object
    NumericDocValues
    PackedInt32s.Reader
    PackedInt32s.Mutable
    PackedInt32s.MutableImpl
    Packed64
    Inherited Members
    PackedInt32s.Mutable.Set(int, long)
    PackedInt32s.Mutable.Set(int, long[], int, int)
    PackedInt32s.Mutable.Fill(int, int, long)
    PackedInt32s.Mutable.Clear()
    PackedInt32s.Mutable.Save(DataOutput)
    PackedInt32s.Reader.Get(int, long[], int, int)
    PackedInt32s.Reader.RamBytesUsed()
    PackedInt32s.Reader.GetArray()
    PackedInt32s.Reader.HasArray
    NumericDocValues.Get(int)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Lucene.Net.Util.Packed
    Assembly: Lucene.Net.dll
    Syntax
    public abstract class PackedInt32s.MutableImpl : PackedInt32s.Mutable

    Constructors

    MutableImpl(int, int)

    Declaration
    protected MutableImpl(int valueCount, int bitsPerValue)
    Parameters
    Type Name Description
    int valueCount
    int bitsPerValue

    Fields

    m_bitsPerValue

    Declaration
    protected readonly int m_bitsPerValue
    Field Value
    Type Description
    int

    m_valueCount

    Declaration
    protected readonly int m_valueCount
    Field Value
    Type Description
    int

    Properties

    BitsPerValue

    Declaration
    public override sealed int BitsPerValue { get; }
    Property Value
    Type Description
    int

    The number of bits used to store any given value. Note: this does not imply that memory usage is bitsPerValue * #values as implementations are free to use non-space-optimal packing of bits.

    Overrides
    PackedInt32s.Reader.BitsPerValue

    Count

    The number of values.

    NOTE: This was size() in Lucene.
    Declaration
    public override sealed int Count { get; }
    Property Value
    Type Description
    int
    Overrides
    PackedInt32s.Reader.Count
    Back to top Copyright © 2024 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.