Interface IndexFieldData<FD extends LeafFieldData>

All Known Subinterfaces:
IndexFieldData.Global<FD>, IndexGeoPointFieldData, IndexOrdinalsFieldData
All Known Implementing Classes:
AbstractIndexOrdinalsFieldData, AbstractLatLonPointIndexFieldData, AbstractLatLonPointIndexFieldData.LatLonPointIndexFieldData, BinaryIndexFieldData, BinaryScriptFieldData, BooleanScriptFieldData, BytesBinaryIndexFieldData, ConstantIndexFieldData, DateScriptFieldData, DoubleScriptFieldData, FlattenedFieldMapper.KeyedFlattenedFieldData, GeoPointScriptFieldData, GlobalOrdinalsIndexFieldData, GlobalOrdinalsIndexFieldData.Consumer, IndexHistogramFieldData, IndexNumericFieldData, IpScriptFieldData, LongScriptFieldData, PagedBytesIndexFieldData, SortedNumericIndexFieldData, SortedSetOrdinalsIndexFieldData, StringBinaryIndexFieldData, StringScriptFieldData

public interface IndexFieldData<FD extends LeafFieldData>
Thread-safe utility class that allows to get per-segment values via the load(LeafReaderContext) method.