Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class OrdinalsReader

    Provides per-document ordinals.

    Inheritance
    System.Object
    OrdinalsReader
    CachedOrdinalsReader
    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 abstract class OrdinalsReader

    Constructors

    | Improve this Doc View Source

    OrdinalsReader()

    Default constructor.

    Declaration
    protected OrdinalsReader()

    Properties

    | Improve this Doc View Source

    IndexFieldName

    Returns the indexed field name this OrdinalsReader is reading from.

    Declaration
    public abstract string IndexFieldName { get; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    GetReader(AtomicReaderContext)

    Set current atomic reader.

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