- All Superinterfaces:
org.apache.lucene.util.Accountable,AutoCloseable,Closeable,Releasable
- All Known Subinterfaces:
LeafHistogramFieldData,LeafNumericFieldData,LeafOrdinalsFieldData
- All Known Implementing Classes:
AbstractLeafOrdinalsFieldData,BinaryDVLeafFieldData,BinaryScriptFieldData.BinaryScriptLeafFieldData,BooleanScriptFieldData.BooleanScriptLeafFieldData,DateScriptFieldData.DateScriptLeafFieldData,DoubleScriptFieldData.DoubleScriptLeafFieldData,KeyedFlattenedLeafFieldData,LeafDoubleFieldData,LeafGeoPointFieldData,LeafLongFieldData,LeafPointFieldData,LongScriptFieldData.LongScriptLeafFieldData,PagedBytesLeafFieldData,SortedNumericIndexFieldData.NanoSecondFieldData,SortedSetBytesLeafFieldData,SourceValueFetcherIndexFieldData.SourceValueFetcherLeafFieldData,SourceValueFetcherMultiGeoPointIndexFieldData.SourceValueFetcherMultiGeoPointLeafFieldData,SourceValueFetcherSortedBinaryIndexFieldData.SourceValueFetcherSortedBinaryLeafFieldData,SourceValueFetcherSortedNumericIndexFieldData.SourceValueFetcherSortedNumericLeafFieldData,StoredFieldIndexFieldData.StoredFieldLeafFieldData
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 TypeMethodDescriptiondefault voidclose()Return a String representation of the values.default FormattedDocValuesgetFormattedValues(DocValueFormat format) Return a formatted representation of the valuesgetScriptFieldFactory(String name) Methods inherited from interface org.apache.lucene.util.Accountable
getChildResources, ramBytesUsed
-
Method Details
-
getScriptFieldFactory
-
getBytesValues
SortedBinaryDocValues getBytesValues()Return a String representation of the values. -
close
default void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceReleasable
-
getFormattedValues
Return a formatted representation of the values
-