Package org.elasticsearch.index.fielddata.plain
package org.elasticsearch.index.fielddata.plain
-
Interface SummaryInterfaceDescriptionA
PerValueEstimatoris a sub-class that can be used to estimate the memory overhead for loading the data. -
Class SummaryClassDescription
LeafFieldDataimpl on top of Lucene's binary doc values.Specialization ofLeafNumericFieldDatafor floating-point numerics.Specialization ofLeafNumericFieldDatafor integers.FieldData backed byLeafReader.getSortedNumericDocValues(String)AnLeafFieldDataimplementation that uses LuceneSortedSetDocValues.