Interface LeafFieldData

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

public interface LeafFieldData extends org.apache.lucene.util.Accountable, Releasable
The thread safe LeafReader level cache of the data.