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