- All Superinterfaces:
org.apache.lucene.util.Accountable
- 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,MultiValuedBinaryDVLeafFieldData,PagedBytesLeafFieldData,SortedNumericIndexFieldData.NanoSecondFieldData,SortedSetBytesLeafFieldData,SourceValueFetcherIndexFieldData.SourceValueFetcherLeafFieldData,SourceValueFetcherMultiGeoPointIndexFieldData.SourceValueFetcherMultiGeoPointLeafFieldData,SourceValueFetcherSortedBinaryIndexFieldData.SourceValueFetcherSortedBinaryLeafFieldData,SourceValueFetcherSortedNumericIndexFieldData.SourceValueFetcherSortedNumericLeafFieldData,StoredFieldIndexFieldData.StoredFieldLeafFieldData
public interface LeafFieldData
extends org.apache.lucene.util.Accountable
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 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. -
getFormattedValues
Return a formatted representation of the values
-