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()
AtomicFieldData
getBytesValues
in interface AtomicFieldData
public ScriptDocValues.Strings getScriptValues()
AtomicFieldData
getScriptValues
in interface AtomicFieldData
public void close()
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in interface Releasable
public long ramBytesUsed()
ramBytesUsed
in interface org.apache.lucene.util.Accountable
public java.util.Collection<org.apache.lucene.util.Accountable> getChildResources()
getChildResources
in interface org.apache.lucene.util.Accountable