Class DocValues
This class contains utility methods and constants for DocValues
Inheritance
System.Object
DocValues
Assembly: DistributedLucene.Net.dll
Syntax
public sealed class DocValues : object
Fields
Name | Description |
---|---|
EMPTY_BINARY | An empty BinaryDocValues which returns EMPTY_BYTES for every document |
EMPTY_NUMERIC | An empty NumericDocValues which returns zero for every document |
EMPTY_SORTED | An empty SortedDocValues which returns EMPTY_BYTES for every document |
EMPTY_SORTED_SET | An empty SortedDocValues which returns NO_MORE_ORDS for every document |
Methods
Name | Description |
---|---|
DocsWithValue(SortedDocValues, Int32) | Returns a IBits representing all documents from |
DocsWithValue(SortedSetDocValues, Int32) | Returns a IBits representing all documents from |
Singleton(SortedDocValues) | Returns a multi-valued view over the provided SortedDocValues |
UnwrapSingleton(SortedSetDocValues) | Returns a single-valued view of the SortedSetDocValues, if it was previously
wrapped with Singleton(SortedDocValues), or |