public class DocValuesOrdinalsReader extends OrdinalsReader
OrdinalsReader.OrdinalsSegmentReader| Constructor and Description |
|---|
DocValuesOrdinalsReader()
Default constructor.
|
DocValuesOrdinalsReader(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.
|
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(String field)
public OrdinalsReader.OrdinalsSegmentReader getReader(LeafReaderContext context) throws IOException
OrdinalsReadergetReader in class OrdinalsReaderIOExceptionpublic String getIndexFieldName()
OrdinalsReaderOrdinalsReader is reading from.getIndexFieldName in class OrdinalsReaderCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.