public class DocValuesOrdinalsReader extends OrdinalsReader
OrdinalsReader.OrdinalsSegmentReader| Constructor and Description |
|---|
DocValuesOrdinalsReader()
Default constructor.
|
DocValuesOrdinalsReader(java.lang.String field)
Create this, with the specified indexed field name.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
decode(BytesRef buf,
IntsRef ordinals)
Subclass and override if you change the encoding.
|
java.lang.String |
getIndexFieldName()
Returns the indexed field name this
OrdinalsReader is reading from. |
OrdinalsReader.OrdinalsSegmentReader |
getReader(LeafReaderContext context)
Set current atomic reader.
|
public DocValuesOrdinalsReader()
public DocValuesOrdinalsReader(java.lang.String field)
public OrdinalsReader.OrdinalsSegmentReader getReader(LeafReaderContext context) throws java.io.IOException
OrdinalsReadergetReader in class OrdinalsReaderjava.io.IOExceptionpublic java.lang.String getIndexFieldName()
OrdinalsReaderOrdinalsReader is reading from.getIndexFieldName in class OrdinalsReaderCopyright © 2000–2025 The Apache Software Foundation. All rights reserved.