Constructor and Description |
---|
FieldValueFactorFunction(String field,
float boostFactor,
FieldValueFactorFunction.Modifier modifierType,
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 |
NumericDVIndexFieldData |
class |
PackedArrayIndexFieldData
Stores numeric data into bit-packed arrays for better memory efficiency.
|
class |
SortedNumericDVIndexFieldData
FieldData backed by
AtomicReader.getSortedNumericDocValues(String) |
Modifier and Type | Method and Description |
---|---|
static NumericRangeFieldDataFilter<Byte> |
NumericRangeFieldDataFilter.newByteRange(IndexNumericFieldData indexFieldData,
Byte lowerVal,
Byte upperVal,
boolean includeLower,
boolean includeUpper) |
static NumericRangeFieldDataFilter<Double> |
NumericRangeFieldDataFilter.newDoubleRange(IndexNumericFieldData indexFieldData,
Double lowerVal,
Double upperVal,
boolean includeLower,
boolean includeUpper) |
static FieldDataTermsFilter |
FieldDataTermsFilter.newDoubles(IndexNumericFieldData fieldData,
com.carrotsearch.hppc.DoubleOpenHashSet terms)
Get a
FieldDataTermsFilter that filters on floating point numeric terms found in a hppc
DoubleOpenHashSet . |
static NumericRangeFieldDataFilter<Float> |
NumericRangeFieldDataFilter.newFloatRange(IndexNumericFieldData indexFieldData,
Float lowerVal,
Float upperVal,
boolean includeLower,
boolean includeUpper) |
static NumericRangeFieldDataFilter<Integer> |
NumericRangeFieldDataFilter.newIntRange(IndexNumericFieldData indexFieldData,
Integer lowerVal,
Integer upperVal,
boolean includeLower,
boolean includeUpper) |
static NumericRangeFieldDataFilter<Long> |
NumericRangeFieldDataFilter.newLongRange(IndexNumericFieldData indexFieldData,
Long lowerVal,
Long upperVal,
boolean includeLower,
boolean includeUpper) |
static FieldDataTermsFilter |
FieldDataTermsFilter.newLongs(IndexNumericFieldData fieldData,
com.carrotsearch.hppc.LongOpenHashSet terms)
Get a
FieldDataTermsFilter that filters on non-floating point numeric terms found in a hppc
LongOpenHashSet . |
static NumericRangeFieldDataFilter<Short> |
NumericRangeFieldDataFilter.newShortRange(IndexNumericFieldData indexFieldData,
Short lowerVal,
Short upperVal,
boolean includeLower,
boolean includeUpper) |
Constructor and Description |
---|
DoublesFieldDataFilter(IndexNumericFieldData fieldData,
com.carrotsearch.hppc.DoubleOpenHashSet terms) |
LongsFieldDataFilter(IndexNumericFieldData fieldData,
com.carrotsearch.hppc.LongOpenHashSet terms) |
NumericRangeFieldDataFilter(IndexNumericFieldData indexFieldData,
T lowerVal,
T upperVal,
boolean includeLower,
boolean includeUpper) |
Modifier and Type | Field and Description |
---|---|
protected IndexNumericFieldData |
ValuesSource.Numeric.FieldData.indexFieldData |
Constructor and Description |
---|
FieldData(IndexNumericFieldData indexFieldData,
ValuesSource.MetaData metaData) |
Constructor and Description |
---|
CountDateHistogramFacetExecutor(IndexNumericFieldData indexFieldData,
Rounding tzRounding,
DateHistogramFacet.ComparatorType comparatorType,
CacheRecycler cacheRecycler) |
ValueDateHistogramFacetExecutor(IndexNumericFieldData keyIndexFieldData,
IndexNumericFieldData valueIndexFieldData,
Rounding tzRounding,
DateHistogramFacet.ComparatorType comparatorType,
CacheRecycler cacheRecycler) |
ValueScriptDateHistogramFacetExecutor(IndexNumericFieldData keyIndexFieldData,
SearchScript valueScript,
Rounding tzRounding,
DateHistogramFacet.ComparatorType comparatorType,
CacheRecycler cacheRecycler) |
Constructor and Description |
---|
ValueGeoDistanceFacetExecutor(IndexGeoPointFieldData indexFieldData,
double lat,
double lon,
DistanceUnit unit,
GeoDistance geoDistance,
GeoDistanceFacet.Entry[] entries,
SearchContext context,
IndexNumericFieldData valueIndexFieldData) |
Constructor and Description |
---|
CountHistogramFacetExecutor(IndexNumericFieldData indexFieldData,
long interval,
HistogramFacet.ComparatorType comparatorType,
SearchContext context) |
FullHistogramFacetExecutor(IndexNumericFieldData indexFieldData,
long interval,
HistogramFacet.ComparatorType comparatorType,
SearchContext context) |
ValueHistogramFacetExecutor(IndexNumericFieldData keyIndexFieldData,
IndexNumericFieldData valueIndexFieldData,
long interval,
HistogramFacet.ComparatorType comparatorType,
SearchContext context) |
ValueScriptHistogramFacetExecutor(IndexNumericFieldData indexFieldData,
String scriptLang,
String valueScript,
ScriptService.ScriptType scriptType,
Map<String,Object> params,
long interval,
HistogramFacet.ComparatorType comparatorType,
SearchContext context) |
Constructor and Description |
---|
KeyValueRangeFacetExecutor(IndexNumericFieldData keyIndexFieldData,
IndexNumericFieldData valueIndexFieldData,
RangeFacet.Entry[] entries,
SearchContext context) |
RangeFacetExecutor(IndexNumericFieldData indexFieldData,
RangeFacet.Entry[] entries,
SearchContext context) |
Constructor and Description |
---|
StatisticalFacetExecutor(IndexNumericFieldData indexFieldData,
SearchContext context) |
StatisticalFieldsFacetExecutor(IndexNumericFieldData[] indexFieldDatas,
SearchContext context) |
Constructor and Description |
---|
TermsDoubleFacetExecutor(IndexNumericFieldData indexFieldData,
int size,
int shardSize,
TermsFacet.ComparatorType comparatorType,
boolean allTerms,
SearchContext context,
com.google.common.collect.ImmutableSet<org.apache.lucene.util.BytesRef> excluded,
SearchScript script,
CacheRecycler cacheRecycler) |
Constructor and Description |
---|
TermsLongFacetExecutor(IndexNumericFieldData indexFieldData,
int size,
int shardSize,
TermsFacet.ComparatorType comparatorType,
boolean allTerms,
SearchContext context,
com.google.common.collect.ImmutableSet<org.apache.lucene.util.BytesRef> excluded,
SearchScript script,
CacheRecycler cacheRecycler) |
Constructor and Description |
---|
TermsStatsDoubleFacetExecutor(IndexNumericFieldData keyIndexFieldData,
IndexNumericFieldData valueIndexFieldData,
SearchScript script,
int size,
int shardSize,
TermsStatsFacet.ComparatorType comparatorType,
SearchContext context) |
Constructor and Description |
---|
TermsStatsLongFacetExecutor(IndexNumericFieldData keyIndexFieldData,
IndexNumericFieldData valueIndexFieldData,
SearchScript script,
int size,
int shardSize,
TermsStatsFacet.ComparatorType comparatorType,
SearchContext context) |
Constructor and Description |
---|
TermsStatsStringFacetExecutor(IndexFieldData keyIndexFieldData,
IndexNumericFieldData valueIndexFieldData,
SearchScript valueScript,
int size,
int shardSize,
TermsStatsFacet.ComparatorType comparatorType,
SearchContext context) |
Copyright © 2009–2015. All rights reserved.