Show / Hide Table of Contents

    Class OrdinalsReader.OrdinalsSegmentReader

    Returns ordinals for documents in one segment.

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

    Constructors

    | Improve this Doc View Source

    OrdinalsSegmentReader()

    Default constructor.

    Declaration
    public OrdinalsSegmentReader()

    Methods

    | Improve this Doc View Source

    Get(Int32, Util.Int32sRef)

    Get the ordinals for this document. The ordinals. must always be 0!

    Declaration
    public abstract void Get(int doc, Util.Int32sRef ordinals)
    Parameters
    Type Name Description
    System.Int32 doc
    Util.Int32sRef ordinals
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)