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
    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 © 2020 Licensed to the Apache Software Foundation (ASF)