| Package | Description |
|---|---|
| org.elasticsearch.script | |
| org.elasticsearch.search.aggregations.support.values |
| 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 |
LeafSearchScript
A per-segment
SearchScript. |
| 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, aggs, and so on).
|
| Modifier and Type | Class and Description |
|---|---|
class |
ScriptBytesValues
SortedBinaryDocValues implementation that reads values from a script. |
class |
ScriptDoubleValues
SortingNumericDoubleValues implementation which is based on a script |
class |
ScriptLongValues
LongValues implementation which is based on a script |
Copyright © 2009–2017. All rights reserved.