Show / Hide Table of Contents

    Class DocValuesOrdinalsReader

    Decodes ordinals previously indexed into a field

    Inheritance
    System.Object
    OrdinalsReader
    DocValuesOrdinalsReader
    Namespace: Lucene.Net.Facet.Taxonomy
    Assembly: Lucene.Net.Facet.dll
    Syntax
    public class DocValuesOrdinalsReader : OrdinalsReader

    Constructors

    | Improve this Doc View Source

    DocValuesOrdinalsReader()

    Default constructor.

    Declaration
    public DocValuesOrdinalsReader()
    | Improve this Doc View Source

    DocValuesOrdinalsReader(String)

    Create this, with the specified indexed field name.

    Declaration
    public DocValuesOrdinalsReader(string field)
    Parameters
    Type Name Description
    System.String field

    Properties

    | Improve this Doc View Source

    IndexFieldName

    Declaration
    public override string IndexFieldName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    OrdinalsReader.IndexFieldName

    Methods

    | Improve this Doc View Source

    Decode(Util.BytesRef, Util.Int32sRef)

    Subclass & override if you change the encoding.

    Declaration
    protected virtual void Decode(Util.BytesRef buf, Util.Int32sRef ordinals)
    Parameters
    Type Name Description
    Util.BytesRef buf
    Util.Int32sRef ordinals
    | Improve this Doc View Source

    GetReader(Index.AtomicReaderContext)

    Declaration
    public override OrdinalsReader.OrdinalsSegmentReader GetReader(Index.AtomicReaderContext context)
    Parameters
    Type Name Description
    Index.AtomicReaderContext context
    Returns
    Type Description
    OrdinalsReader.OrdinalsSegmentReader
    Overrides
    OrdinalsReader.GetReader(Index.AtomicReaderContext)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)