Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class PackedInt32s.NullReader

    A PackedInt32s.Reader which has all its values equal to 0 (bitsPerValue = 0).

    Inheritance
    System.Object
    NumericDocValues
    PackedInt32s.Reader
    PackedInt32s.NullReader
    Inherited Members
    PackedInt32s.Reader.GetArray()
    PackedInt32s.Reader.HasArray
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Lucene.Net.Util.Packed
    Assembly: Lucene.Net.dll
    Syntax
    public sealed class NullReader : PackedInt32s.Reader

    Constructors

    | Improve this Doc View Source

    NullReader(Int32)

    Sole constructor.

    Declaration
    public NullReader(int valueCount)
    Parameters
    Type Name Description
    System.Int32 valueCount

    Properties

    | Improve this Doc View Source

    BitsPerValue

    Declaration
    public override int BitsPerValue { get; }
    Property Value
    Type Description
    System.Int32
    Overrides
    PackedInt32s.Reader.BitsPerValue
    | Improve this Doc View Source

    Count

    Declaration
    public override int Count { get; }
    Property Value
    Type Description
    System.Int32
    Overrides
    PackedInt32s.Reader.Count

    Methods

    | Improve this Doc View Source

    Get(Int32)

    Declaration
    public override long Get(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    System.Int64
    Overrides
    NumericDocValues.Get(Int32)
    | Improve this Doc View Source

    Get(Int32, Int64[], Int32, Int32)

    Declaration
    public override int Get(int index, long[] arr, int off, int len)
    Parameters
    Type Name Description
    System.Int32 index
    System.Int64[] arr
    System.Int32 off
    System.Int32 len
    Returns
    Type Description
    System.Int32
    Overrides
    PackedInt32s.Reader.Get(Int32, Int64[], Int32, Int32)
    | Improve this Doc View Source

    RamBytesUsed()

    Declaration
    public override long RamBytesUsed()
    Returns
    Type Description
    System.Int64
    Overrides
    PackedInt32s.Reader.RamBytesUsed()
    • Improve this Doc
    • View Source
    Back to top Copyright © 2022 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.