| パッケージ | 説明 |
|---|---|
| org.elasticsearch.script | |
| org.elasticsearch.search.aggregations.support.values |
| 修飾子とタイプ | インタフェースと説明 |
|---|---|
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 |
| 修飾子とタイプ | クラスと説明 |
|---|---|
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).
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
LeafSearchScript |
SearchScript.getLeafSearchScript(org.apache.lucene.index.LeafReaderContext context) |
| コンストラクタと説明 |
|---|
ScriptBytesValues(LeafSearchScript script) |
ScriptDoubleValues(LeafSearchScript script) |
ScriptLongValues(LeafSearchScript script) |
Copyright © 2009–2016. All rights reserved.