Interface AtomicFieldData
- All Superinterfaces:
org.apache.lucene.util.Accountable,java.lang.AutoCloseable,java.io.Closeable,Releasable
- All Known Subinterfaces:
AtomicGeoPointFieldData,AtomicHistogramFieldData,AtomicNumericFieldData,AtomicOrdinalsFieldData
- All Known Implementing Classes:
AbstractAtomicGeoPointFieldData,AbstractAtomicOrdinalsFieldData,BinaryDVAtomicFieldData,PagedBytesAtomicFieldData,SortedNumericDVIndexFieldData.NanoSecondFieldData,SortedSetDVBytesAtomicFieldData
public interface AtomicFieldData extends org.apache.lucene.util.Accountable, Releasable
The thread safe
LeafReader level cache of the data.-
Method Summary
Modifier and Type Method Description SortedBinaryDocValuesgetBytesValues()Return a String representation of the values.ScriptDocValues<?>getScriptValues()Returns field values for use in scripting.
-
Method Details
-
getScriptValues
ScriptDocValues<?> getScriptValues()Returns field values for use in scripting. -
getBytesValues
SortedBinaryDocValues getBytesValues()Return a String representation of the values.
-