Package org.apache.lucene.facet.taxonomy
Class DocValuesOrdinalsReader
java.lang.Object
org.apache.lucene.facet.taxonomy.OrdinalsReader
org.apache.lucene.facet.taxonomy.DocValuesOrdinalsReader
Decodes ordinals previously indexed into a BinaryDocValues field
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.lucene.facet.taxonomy.OrdinalsReader
OrdinalsReader.OrdinalsSegmentReader -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.DocValuesOrdinalsReader(String field) Create this, with the specified indexed field name. -
Method Summary
Modifier and TypeMethodDescriptionReturns the indexed field name thisOrdinalsReaderis reading from.getReader(AtomicReaderContext context) Set current atomic reader.
-
Constructor Details
-
DocValuesOrdinalsReader
public DocValuesOrdinalsReader()Default constructor. -
DocValuesOrdinalsReader
Create this, with the specified indexed field name.
-
-
Method Details
-
getReader
public OrdinalsReader.OrdinalsSegmentReader getReader(AtomicReaderContext context) throws IOException Description copied from class:OrdinalsReaderSet current atomic reader.- Specified by:
getReaderin classOrdinalsReader- Throws:
IOException
-
getIndexFieldName
Description copied from class:OrdinalsReaderReturns the indexed field name thisOrdinalsReaderis reading from.- Specified by:
getIndexFieldNamein classOrdinalsReader
-