Show / Hide Table of Contents

    Class MultiDocValues.MultiSortedDocValues

    Implements SortedDocValues over n subs, using an MultiDocValues.OrdinalMap

    This is a Lucene.NET INTERNAL API, use at your own risk
    Inheritance
    System.Object
    BinaryDocValues
    SortedDocValues
    MultiDocValues.MultiSortedDocValues
    Inherited Members
    SortedDocValues.Get(Int32, BytesRef)
    SortedDocValues.LookupTerm(BytesRef)
    SortedDocValues.GetTermsEnum()
    Namespace: Lucene.Net.Index
    Assembly: Lucene.Net.dll
    Syntax
    public class MultiSortedDocValues : SortedDocValues

    Properties

    | Improve this Doc View Source

    DocStarts

    docbase for each leaf: parallel with Values

    Declaration
    public int[] DocStarts { get; }
    Property Value
    Type Description
    System.Int32[]
    | Improve this Doc View Source

    Mapping

    ordinal map mapping ords from values to global ord space

    Declaration
    public MultiDocValues.OrdinalMap Mapping { get; }
    Property Value
    Type Description
    MultiDocValues.OrdinalMap
    | Improve this Doc View Source

    ValueCount

    Declaration
    public override int ValueCount { get; }
    Property Value
    Type Description
    System.Int32
    Overrides
    SortedDocValues.ValueCount
    | Improve this Doc View Source

    Values

    leaf values

    Declaration
    public SortedDocValues[] Values { get; }
    Property Value
    Type Description
    SortedDocValues[]

    Methods

    | Improve this Doc View Source

    GetOrd(Int32)

    Declaration
    public override int GetOrd(int docID)
    Parameters
    Type Name Description
    System.Int32 docID
    Returns
    Type Description
    System.Int32
    Overrides
    SortedDocValues.GetOrd(Int32)
    | Improve this Doc View Source

    LookupOrd(Int32, BytesRef)

    Declaration
    public override void LookupOrd(int ord, BytesRef result)
    Parameters
    Type Name Description
    System.Int32 ord
    BytesRef result
    Overrides
    SortedDocValues.LookupOrd(Int32, BytesRef)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)