Class DocValuesOrdinalsReader
Decodes ordinals previously indexed into a BinaryDocValues field
Assembly: DistributedLucene.Net.Facet.dll
Syntax
public class DocValuesOrdinalsReader : OrdinalsReader
Constructors
Name | Description |
---|---|
DocValuesOrdinalsReader() | Default constructor. |
DocValuesOrdinalsReader(String) | Create this, with the specified indexed field name. |
Properties
Name | Description |
---|---|
IndexFieldName |
Methods
Name | Description |
---|---|
Decode(BytesRef, Int32sRef) | Subclass & override if you change the encoding. |
GetReader(AtomicReaderContext) |