Package | Description |
---|---|
org.elasticsearch.script | |
org.elasticsearch.script.groovy | |
org.elasticsearch.search.aggregations.metrics.tophits | |
org.elasticsearch.search.aggregations.support |
Modifier and Type | Interface and Description |
---|---|
interface |
ExplainableSearchScript
To be implemented by
SearchScript which can provided an Explanation of the score
This is currently not used inside elasticsearch but it is used, see for example here:
https://github.com/elasticsearch/elasticsearch/issues/8561 |
interface |
SearchScript
A search script.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDoubleSearchScript
A simpler base class instead of
AbstractSearchScript for computations
that return a double number. |
class |
AbstractFloatSearchScript
A simpler base class instead of
AbstractSearchScript for computations
that return a float number. |
class |
AbstractLongSearchScript
A simpler base class instead of
AbstractSearchScript for computations
that return a long number. |
class |
AbstractSearchScript
A base class for any script type that is used during the search process (custom score, facets, and so on).
|
Modifier and Type | Class and Description |
---|---|
static class |
GroovyScriptEngineService.GroovyScript |
Modifier and Type | Class and Description |
---|---|
class |
TopHitsAggregator |
Modifier and Type | Class and Description |
---|---|
class |
AggregationContext |
Modifier and Type | Method and Description |
---|---|
void |
AggregationContext.registerScorerAware(ScorerAware scorerAware) |
Copyright © 2009–2015. All rights reserved.