public class BinaryDVAtomicFieldData extends java.lang.Object implements AtomicFieldData
AtomicFieldData impl on top of Lucene's binary doc values.| Constructor and Description |
|---|
BinaryDVAtomicFieldData(org.apache.lucene.index.LeafReader reader,
java.lang.String field) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
SortedBinaryDocValues |
getBytesValues()
Return a String representation of the values.
|
java.util.Collection<org.apache.lucene.util.Accountable> |
getChildResources() |
ScriptDocValues.Strings |
getScriptValues()
Returns a "scripting" based values.
|
long |
ramBytesUsed() |
public BinaryDVAtomicFieldData(org.apache.lucene.index.LeafReader reader,
java.lang.String field)
public SortedBinaryDocValues getBytesValues()
AtomicFieldDatagetBytesValues in interface AtomicFieldDatapublic ScriptDocValues.Strings getScriptValues()
AtomicFieldDatagetScriptValues in interface AtomicFieldDatapublic void close()
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in interface Releasablepublic long ramBytesUsed()
ramBytesUsed in interface org.apache.lucene.util.Accountablepublic java.util.Collection<org.apache.lucene.util.Accountable> getChildResources()
getChildResources in interface org.apache.lucene.util.Accountable