93a8e80aff
Detects if rescores arrive as an array instead of a plain object. If so then parse each element of the array as a separate rescore to be executed one after another. It looks like this: "rescore" : [ { "window_size" : 100, "query" : { "rescore_query" : { "match" : { "field1" : { "query" : "the quick brown", "type" : "phrase", "slop" : 2 } } }, "query_weight" : 0.7, "rescore_query_weight" : 1.2 } }, { "window_size" : 10, "query" : { "score_mode": "multiply", "rescore_query" : { "function_score" : { "script_score": { "script": "log10(doc['numeric'].value + 2)" } } } } } ] Rescores as a single object are still supported. Closes #4748 |
||
---|---|---|
.. | ||
aggregations | ||
facets | ||
request | ||
suggesters | ||
aggregations.asciidoc | ||
count.asciidoc | ||
explain.asciidoc | ||
facets.asciidoc | ||
more-like-this.asciidoc | ||
multi-search.asciidoc | ||
percolate.asciidoc | ||
request-body.asciidoc | ||
search.asciidoc | ||
suggesters.asciidoc | ||
uri-request.asciidoc | ||
validate.asciidoc |