Class DefaultSortedSetDocValuesReaderState
Inheritance
System.Object
DefaultSortedSetDocValuesReaderState
Assembly: Lucene.Net.Facet.dll
Syntax
public class DefaultSortedSetDocValuesReaderState : SortedSetDocValuesReaderState
Constructors
|
Improve this Doc
View Source
DefaultSortedSetDocValuesReaderState(IndexReader, String)
Creates this, pulling doc values from the specified
field.
Declaration
public DefaultSortedSetDocValuesReaderState(IndexReader reader, string field = null)
Parameters
| Type |
Name |
Description |
| IndexReader |
reader |
|
| System.String |
field |
|
Properties
|
Improve this Doc
View Source
Count
Declaration
public override int Count { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Overrides
|
Improve this Doc
View Source
Field
Indexed field we are reading.
Declaration
public override string Field { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
|
Improve this Doc
View Source
OrigReader
Declaration
public override IndexReader OrigReader { get; }
Property Value
| Type |
Description |
| IndexReader |
|
Overrides
|
Improve this Doc
View Source
PrefixToOrdRange
Declaration
public override IDictionary<string, SortedSetDocValuesReaderState.OrdRange> PrefixToOrdRange { get; }
Property Value
Overrides
Methods
|
Improve this Doc
View Source
GetDocValues()
Return top-level doc values.
Declaration
public override SortedSetDocValues GetDocValues()
Returns
| Type |
Description |
| SortedSetDocValues |
|
Overrides
|
Improve this Doc
View Source
GetOrdRange(String)
Declaration
public override SortedSetDocValuesReaderState.OrdRange GetOrdRange(string dim)
Parameters
| Type |
Name |
Description |
| System.String |
dim |
|
Returns
Overrides