Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class DocValuesOrdinalsReader

    Decodes ordinals previously indexed into a Lucene.Net.Index.BinaryDocValues field

    Inheritance
    System.Object
    OrdinalsReader
    DocValuesOrdinalsReader
    Inherited Members
    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.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(BytesRef, Int32sRef)

    Subclass & override if you change the encoding.

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

    GetReader(AtomicReaderContext)

    Declaration
    public override OrdinalsReader.OrdinalsSegmentReader GetReader(AtomicReaderContext context)
    Parameters
    Type Name Description
    Lucene.Net.Index.AtomicReaderContext context
    Returns
    Type Description
    OrdinalsReader.OrdinalsSegmentReader
    Overrides
    OrdinalsReader.GetReader(AtomicReaderContext)
    • 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.