Uses of Interface
org.elasticsearch.common.lucene.ScorerAware
-
Packages that use ScorerAware Package Description org.elasticsearch.script org.elasticsearch.search.aggregations.support.values -
-
Uses of ScorerAware in org.elasticsearch.script
Classes in org.elasticsearch.script that implement ScorerAware Modifier and Type Class Description classAggregationScriptclassNumberSortScriptclassStringSortScript -
Uses of ScorerAware in org.elasticsearch.search.aggregations.support.values
Classes in org.elasticsearch.search.aggregations.support.values that implement ScorerAware Modifier and Type Class Description classScriptBytesValuesSortedBinaryDocValuesimplementation that reads values from a script.classScriptDoubleValuesSortingNumericDoubleValuesimplementation which is based on a scriptclassScriptLongValuesLongValuesimplementation which is based on a script
-