| Constructor and Description |
|---|
FieldValueFactorFunction(String field,
float boostFactor,
FieldValueFactorFunction.Modifier modifierType,
Double missing,
IndexNumericFieldData indexFieldData) |
| Constructor and Description |
|---|
DoubleValuesComparatorSource(IndexNumericFieldData indexFieldData,
Object missingValue,
MultiValueMode sortMode,
IndexFieldData.XFieldComparatorSource.Nested nested) |
FloatValuesComparatorSource(IndexNumericFieldData indexFieldData,
Object missingValue,
MultiValueMode sortMode,
IndexFieldData.XFieldComparatorSource.Nested nested) |
LongValuesComparatorSource(IndexNumericFieldData indexFieldData,
Object missingValue,
MultiValueMode sortMode,
IndexFieldData.XFieldComparatorSource.Nested nested) |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryDVNumericIndexFieldData |
class |
DoubleArrayIndexFieldData |
class |
FloatArrayIndexFieldData |
class |
PackedArrayIndexFieldData
Stores numeric data into bit-packed arrays for better memory efficiency.
|
class |
SortedNumericDVIndexFieldData
FieldData backed by
LeafReader.getSortedNumericDocValues(String) |
| Modifier and Type | Field and Description |
|---|---|
protected IndexNumericFieldData |
ValuesSource.Numeric.FieldData.indexFieldData |
| Constructor and Description |
|---|
ValuesSource.Numeric.FieldData(IndexNumericFieldData indexFieldData) |
Copyright © 2009–2017. All rights reserved.