Interface LeafFieldData
- All Superinterfaces:
org.apache.lucene.util.Accountable,AutoCloseable,Closeable,Releasable
- All Known Subinterfaces:
LeafGeoPointFieldData,LeafHistogramFieldData,LeafNumericFieldData,LeafOrdinalsFieldData
- All Known Implementing Classes:
AbstractLeafGeoPointFieldData,AbstractLeafOrdinalsFieldData,BinaryDVLeafFieldData,BinaryScriptFieldData.BinaryScriptLeafFieldData,BooleanScriptFieldData.BooleanScriptLeafFieldData,DateScriptFieldData.DateScriptLeafFieldData,DoubleScriptFieldData.DoubleScriptLeafFieldData,KeyedFlattenedLeafFieldData,LeafDoubleFieldData,LeafLongFieldData,LongScriptFieldData.LongScriptLeafFieldData,PagedBytesLeafFieldData,SortedNumericIndexFieldData.NanoSecondFieldData,SortedSetBytesLeafFieldData
The thread safe
LeafReader level cache of the data.-
Field Summary
Fields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLE -
Method Summary
Modifier and TypeMethodDescriptionReturn a String representation of the values.default FormattedDocValuesgetFormattedValues(DocValueFormat format) Return a formatted representation of the valuesdefault DocValuesFieldgetScriptField(String name) Returns anFieldfor use in accessing field values in scripting.Returns field values for use in scripting.Methods inherited from interface org.apache.lucene.util.Accountable
getChildResources, ramBytesUsedMethods inherited from interface org.elasticsearch.core.Releasable
close
-
Method Details
-
getScriptValues
ScriptDocValues<?> getScriptValues()Returns field values for use in scripting. -
getScriptField
Returns anFieldfor use in accessing field values in scripting. -
getBytesValues
SortedBinaryDocValues getBytesValues()Return a String representation of the values. -
getFormattedValues
Return a formatted representation of the values
-