Show / Hide Table of Contents

    Class Lucene45DocValuesProducer

    Reader for Lucene45DocValuesFormat.

    Inheritance
    System.Object
    DocValuesProducer
    Lucene45DocValuesProducer
    Implements
    IDisposable
    Inherited Members
    DocValuesProducer.Dispose()
    Namespace: Lucene.Net.Codecs.Lucene45
    Assembly: Lucene.Net.dll
    Syntax
    public class Lucene45DocValuesProducer : DocValuesProducer, IDisposable

    Constructors

    | Improve this Doc View Source

    Lucene45DocValuesProducer(SegmentReadState, String, String, String, String)

    Expert: instantiates a new reader.

    Declaration
    protected Lucene45DocValuesProducer(SegmentReadState state, string dataCodec, string dataExtension, string metaCodec, string metaExtension)
    Parameters
    Type Name Description
    SegmentReadState state
    System.String dataCodec
    System.String dataExtension
    System.String metaCodec
    System.String metaExtension

    Methods

    | Improve this Doc View Source

    CheckIntegrity()

    Declaration
    public override void CheckIntegrity()
    Overrides
    DocValuesProducer.CheckIntegrity()
    | Improve this Doc View Source

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Overrides
    DocValuesProducer.Dispose(Boolean)
    | Improve this Doc View Source

    GetAddressInstance(IndexInput, FieldInfo, Lucene45DocValuesProducer.BinaryEntry)

    Returns an address instance for variable-length binary values.

    This is a Lucene.NET INTERNAL API, use at your own risk
    Declaration
    protected virtual MonotonicBlockPackedReader GetAddressInstance(IndexInput data, FieldInfo field, Lucene45DocValuesProducer.BinaryEntry bytes)
    Parameters
    Type Name Description
    IndexInput data
    FieldInfo field
    Lucene45DocValuesProducer.BinaryEntry bytes
    Returns
    Type Description
    MonotonicBlockPackedReader
    | Improve this Doc View Source

    GetBinary(FieldInfo)

    Declaration
    public override BinaryDocValues GetBinary(FieldInfo field)
    Parameters
    Type Name Description
    FieldInfo field
    Returns
    Type Description
    BinaryDocValues
    Overrides
    DocValuesProducer.GetBinary(FieldInfo)
    | Improve this Doc View Source

    GetDocsWithField(FieldInfo)

    Declaration
    public override IBits GetDocsWithField(FieldInfo field)
    Parameters
    Type Name Description
    FieldInfo field
    Returns
    Type Description
    IBits
    Overrides
    DocValuesProducer.GetDocsWithField(FieldInfo)
    | Improve this Doc View Source

    GetIntervalInstance(IndexInput, FieldInfo, Lucene45DocValuesProducer.BinaryEntry)

    Returns an address instance for prefix-compressed binary values.

    This is a Lucene.NET INTERNAL API, use at your own risk
    Declaration
    protected virtual MonotonicBlockPackedReader GetIntervalInstance(IndexInput data, FieldInfo field, Lucene45DocValuesProducer.BinaryEntry bytes)
    Parameters
    Type Name Description
    IndexInput data
    FieldInfo field
    Lucene45DocValuesProducer.BinaryEntry bytes
    Returns
    Type Description
    MonotonicBlockPackedReader
    | Improve this Doc View Source

    GetNumeric(FieldInfo)

    Declaration
    public override NumericDocValues GetNumeric(FieldInfo field)
    Parameters
    Type Name Description
    FieldInfo field
    Returns
    Type Description
    NumericDocValues
    Overrides
    DocValuesProducer.GetNumeric(FieldInfo)
    | Improve this Doc View Source

    GetOrdIndexInstance(IndexInput, FieldInfo, Lucene45DocValuesProducer.NumericEntry)

    Returns an address instance for sortedset ordinal lists.

    This is a Lucene.NET INTERNAL API, use at your own risk
    Declaration
    protected virtual MonotonicBlockPackedReader GetOrdIndexInstance(IndexInput data, FieldInfo field, Lucene45DocValuesProducer.NumericEntry entry)
    Parameters
    Type Name Description
    IndexInput data
    FieldInfo field
    Lucene45DocValuesProducer.NumericEntry entry
    Returns
    Type Description
    MonotonicBlockPackedReader
    | Improve this Doc View Source

    GetSorted(FieldInfo)

    Declaration
    public override SortedDocValues GetSorted(FieldInfo field)
    Parameters
    Type Name Description
    FieldInfo field
    Returns
    Type Description
    SortedDocValues
    Overrides
    DocValuesProducer.GetSorted(FieldInfo)
    | Improve this Doc View Source

    GetSortedSet(FieldInfo)

    Declaration
    public override SortedSetDocValues GetSortedSet(FieldInfo field)
    Parameters
    Type Name Description
    FieldInfo field
    Returns
    Type Description
    SortedSetDocValues
    Overrides
    DocValuesProducer.GetSortedSet(FieldInfo)
    | Improve this Doc View Source

    RamBytesUsed()

    Declaration
    public override long RamBytesUsed()
    Returns
    Type Description
    System.Int64
    Overrides
    DocValuesProducer.RamBytesUsed()

    Implements

    IDisposable
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)