Module org.elasticsearch.server
Package org.elasticsearch.index.fielddata.plain
package org.elasticsearch.index.fielddata.plain
-
ClassDescriptionA
PerValueEstimatoris a sub-class that can be used to estimate the memory overhead for loading the data.LeafFieldDataimpl on top of Lucene's binary doc values.Specialization ofLeafNumericFieldDatafor floating-point numerics.Specialization ofLeafNumericFieldDatafor integers.FieldData for floating point types backed byLeafReader.getSortedNumericDocValues(String)FieldData for integral types backed byLeafReader.getSortedNumericDocValues(String)A 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 millisecondsAnLeafFieldDataimplementation that uses LuceneSortedSetDocValues.