public class BinaryDVAtomicFieldData extends Object implements AtomicFieldData
AtomicFieldData impl on top of Lucene's binary doc values.| Constructor and Description |
|---|
BinaryDVAtomicFieldData(org.apache.lucene.index.AtomicReader reader,
String field) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
SortedBinaryDocValues |
getBytesValues()
Return a String representation of the values.
|
ScriptDocValues.Strings |
getScriptValues()
Returns a "scripting" based values.
|
long |
ramBytesUsed() |
public BinaryDVAtomicFieldData(org.apache.lucene.index.AtomicReader reader,
String field)
public SortedBinaryDocValues getBytesValues()
AtomicFieldDatagetBytesValues in interface AtomicFieldDatapublic ScriptDocValues.Strings getScriptValues()
AtomicFieldDatagetScriptValues in interface AtomicFieldDatapublic void close()
close in interface AutoCloseableclose in interface Releasablepublic long ramBytesUsed()
ramBytesUsed in interface org.apache.lucene.util.AccountableCopyright © 2009–2016. All rights reserved.