Interface AtomicFieldData
-
- All Superinterfaces:
Accountable,AutoCloseable,Closeable,Releasable
- All Known Subinterfaces:
AtomicGeoPointFieldData,AtomicNumericFieldData,AtomicOrdinalsFieldData
- All Known Implementing Classes:
AbstractAtomicGeoPointFieldData,AbstractAtomicOrdinalsFieldData,BinaryDVAtomicFieldData,PagedBytesAtomicFieldData,SortedNumericDVIndexFieldData.NanoSecondFieldData,SortedSetDVBytesAtomicFieldData
public interface AtomicFieldData extends Accountable, Releasable
The thread safeLeafReaderlevel cache of the data.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SortedBinaryDocValuesgetBytesValues()Return a String representation of the values.ScriptDocValues<?>getScriptValues()Returns field values for use in scripting.-
Methods inherited from interface org.apache.lucene.util.Accountable
getChildResources, ramBytesUsed
-
Methods inherited from interface org.elasticsearch.common.lease.Releasable
close
-
-
-
-
Method Detail
-
getScriptValues
ScriptDocValues<?> getScriptValues()
Returns field values for use in scripting.
-
getBytesValues
SortedBinaryDocValues getBytesValues()
Return a String representation of the values.
-
-