Class DocValuesOrdinalsReader
Decodes ordinals previously indexed into a field
Inheritance
System.Object
DocValuesOrdinalsReader
Assembly: Lucene.Net.Facet.dll
Syntax
public class DocValuesOrdinalsReader : OrdinalsReader
Constructors
|
Improve this Doc
View Source
DocValuesOrdinalsReader()
Declaration
public DocValuesOrdinalsReader()
|
Improve this Doc
View Source
DocValuesOrdinalsReader(String)
Create this, with the specified indexed field name.
Declaration
public DocValuesOrdinalsReader(string field)
Parameters
Type |
Name |
Description |
System.String |
field |
|
Properties
|
Improve this Doc
View Source
IndexFieldName
Declaration
public override string IndexFieldName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Methods
|
Improve this Doc
View Source
Decode(Util.BytesRef, Util.Int32sRef)
Subclass & override if you change the encoding.
Declaration
protected virtual void Decode(Util.BytesRef buf, Util.Int32sRef ordinals)
Parameters
|
Improve this Doc
View Source
GetReader(Index.AtomicReaderContext)
Declaration
public override OrdinalsReader.OrdinalsSegmentReader GetReader(Index.AtomicReaderContext context)
Parameters
Returns
Overrides