Class DocValues
This class contains utility methods and constants for DocValues
Assembly: Lucene.Net.dll
Syntax
public sealed class DocValues
Fields
EMPTY_BINARY
Declaration
public static readonly BinaryDocValues EMPTY_BINARY
Field Value
EMPTY_NUMERIC
Declaration
public static readonly NumericDocValues EMPTY_NUMERIC
Field Value
EMPTY_SORTED
Declaration
public static readonly SortedDocValues EMPTY_SORTED
Field Value
EMPTY_SORTED_SET
Declaration
public static readonly SortedSetDocValues EMPTY_SORTED_SET
Field Value
Methods
DocsWithValue(SortedDocValues, int)
Returns a IBits representing all documents from dv
that have a value.
Declaration
public static IBits DocsWithValue(SortedDocValues dv, int maxDoc)
Parameters
Returns
DocsWithValue(SortedSetDocValues, int)
Returns a IBits representing all documents from dv
that have a value.
Declaration
public static IBits DocsWithValue(SortedSetDocValues dv, int maxDoc)
Parameters
Returns
Singleton(SortedDocValues)
Declaration
public static SortedSetDocValues Singleton(SortedDocValues dv)
Parameters
Returns
UnwrapSingleton(SortedSetDocValues)
Declaration
public static SortedDocValues UnwrapSingleton(SortedSetDocValues dv)
Parameters
Returns