Uses of Interface
org.elasticsearch.index.fielddata.AtomicNumericFieldData
-
Packages that use AtomicNumericFieldData Package Description org.elasticsearch.index.fielddata.plain -
-
Uses of AtomicNumericFieldData in org.elasticsearch.index.fielddata.plain
Classes in org.elasticsearch.index.fielddata.plain that implement AtomicNumericFieldData Modifier and Type Class Description classSortedNumericDVIndexFieldData.NanoSecondFieldDataA small helper class that can be configured to load nanosecond field data either in nanosecond resolution retaining the original values or in millisecond resolution converting the nanosecond values to millisecondsMethods in org.elasticsearch.index.fielddata.plain that return AtomicNumericFieldData Modifier and Type Method Description AtomicNumericFieldDataSortedNumericDVIndexFieldData. load(LeafReaderContext context)AtomicNumericFieldDataSortedNumericDVIndexFieldData. loadDirect(LeafReaderContext context)
-