Package org.elasticsearch.index.fielddata.plain
package org.elasticsearch.index.fielddata.plain
-
InterfaceDescriptionA
PerValueEstimator
is a sub-class that can be used to estimate the memory overhead for loading the data. -
ClassDescription
LeafFieldData
impl on top of Lucene's binary doc values.Specialization ofLeafNumericFieldData
for floating-point numerics.Specialization ofLeafNumericFieldData
for integers.FieldData backed byLeafReader.getSortedNumericDocValues(String)
AnLeafFieldData
implementation that uses LuceneSortedSetDocValues
.