Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class MultiDocValues.MultiSortedSetDocValues

    Implements MultiDocValues.MultiSortedSetDocValues over n subs, using an MultiDocValues.OrdinalMap

    Note

    This API is for internal purposes only and might change in incompatible ways in the next release.

    Inheritance
    System.Object
    SortedSetDocValues
    MultiDocValues.MultiSortedSetDocValues
    Inherited Members
    SortedSetDocValues.NO_MORE_ORDS
    SortedSetDocValues.LookupTerm(BytesRef)
    SortedSetDocValues.GetTermsEnum()
    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.Index
    Assembly: Lucene.Net.dll
    Syntax
    public class MultiSortedSetDocValues : SortedSetDocValues

    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 long ValueCount { get; }
    Property Value
    Type Description
    System.Int64
    Overrides
    SortedSetDocValues.ValueCount
    | Improve this Doc View Source

    Values

    leaf values

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

    Methods

    | Improve this Doc View Source

    LookupOrd(Int64, BytesRef)

    Declaration
    public override void LookupOrd(long ord, BytesRef result)
    Parameters
    Type Name Description
    System.Int64 ord
    BytesRef result
    Overrides
    SortedSetDocValues.LookupOrd(Int64, BytesRef)
    | Improve this Doc View Source

    NextOrd()

    Declaration
    public override long NextOrd()
    Returns
    Type Description
    System.Int64
    Overrides
    SortedSetDocValues.NextOrd()
    | Improve this Doc View Source

    SetDocument(Int32)

    Declaration
    public override void SetDocument(int docID)
    Parameters
    Type Name Description
    System.Int32 docID
    Overrides
    SortedSetDocValues.SetDocument(Int32)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2021 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.