elasticsearch/docs/reference/query-dsl
Jim Ferenczi 2f29830cd3
Add the ability to return the score of the named queries (#94564)
This change adds a new rest parameter called `rest_include_named_queries_score` that when set, includes the score of the named queries that matched the document.
Note that with this change, the score of named queries is always returned when using the transport client. The rest level has the ability to set the format of
the matched_queries section for BWC (kept as is by default).

Closes #65563
2023-03-23 13:17:26 +00:00
..
_query-template.asciidoc [DOCS] Fix capitalization for Query DSL (#69236) 2021-02-18 18:57:19 -05:00
bool-query.asciidoc Add the ability to return the score of the named queries (#94564) 2023-03-23 13:17:26 +00:00
boosting-query.asciidoc
combined-fields-query.asciidoc [DOCS] Fix `combined_fields` query ref in `multi_match` query docs (#81456) 2021-12-07 16:47:44 -05:00
compound-queries.asciidoc [DOCS] Fix double spaces (#71082) 2021-03-31 09:57:47 -04:00
constant-score-query.asciidoc
dis-max-query.asciidoc
distance-feature-query.asciidoc
exists-query.asciidoc
full-text-queries.asciidoc Introduce `combined_fields` query (#71213) 2021-04-14 13:33:19 -07:00
function-score-query.asciidoc [DOCS] Correct spelling for geo terms (#76028) 2021-08-03 09:55:48 -04:00
fuzzy-query.asciidoc
geo-bounding-box-query.asciidoc Fix: Update geo-bounding-box-query.asciidoc (#87459) (#89301) 2022-08-12 18:38:05 +09:30
geo-distance-query.asciidoc Fix typo in geo-distance-query doc (#89148) 2022-08-08 09:59:47 +02:00
geo-grid-query.asciidoc new geo_grid query to be used with geogrid aggregations (#86596) 2022-05-23 11:38:07 +02:00
geo-polygon-query.asciidoc [DOCS] Remove camel case variations (#88650) 2022-07-20 17:06:34 +02:00
geo-queries.asciidoc new geo_grid query to be used with geogrid aggregations (#86596) 2022-05-23 11:38:07 +02:00
geo-shape-query.asciidoc Refine geo-point and geo-shape docs (#90913) 2022-10-26 12:21:34 +02:00
has-child-query.asciidoc
has-parent-query.asciidoc
ids-query.asciidoc
intervals-query.asciidoc [DOCS] Fix double spaces (#71082) 2021-03-31 09:57:47 -04:00
joining-queries.asciidoc [DOCS] Fix double spaces (#71082) 2021-03-31 09:57:47 -04:00
match-all-query.asciidoc
match-bool-prefix-query.asciidoc
match-phrase-prefix-query.asciidoc
match-phrase-query.asciidoc
match-query.asciidoc
minimum-should-match.asciidoc
mlt-query.asciidoc [DOCS] Document `index.query.default_field` index setting (#69922) 2021-03-17 17:11:25 -04:00
multi-match-query.asciidoc Correct docs for multi_match scoring (#91430) 2022-11-10 08:16:56 -08:00
multi-term-rewrite.asciidoc
nested-query.asciidoc [DOCS] Clarify `nested` query behavior for `must_not` clauses (#82727) 2022-01-18 10:14:26 -05:00
parent-id-query.asciidoc [DOCS] Fix typo in parent-child example request (#76646) 2021-08-18 08:59:36 -04:00
percolate-query.asciidoc [DOCS] Fix percolate query headings (#83988) 2022-02-15 15:56:04 -05:00
pinned-query.asciidoc [DOCS] Remove `testenv` annotations from doc snippet tests (#80023) 2021-11-05 18:38:50 -04:00
prefix-query.asciidoc [DOCS] Clarify index_prefix in prefix query docs (#87450) 2022-06-14 14:32:37 +02:00
query-string-query.asciidoc [DOCS] Note that `default_field` support wildcards (#81127) 2022-01-04 08:26:13 -05:00
query-string-syntax.asciidoc [DOCS] Query strings are normalized for fuzzy (`~`) operator (#73921) 2021-06-28 13:13:41 -04:00
query_filter_context.asciidoc [DOCS] Fix double spaces (#71082) 2021-03-31 09:57:47 -04:00
range-query.asciidoc
rank-feature-query.asciidoc [DOCS] Fix `track_total_hits` xref (#82739) 2022-01-18 12:43:17 -05:00
regexp-query.asciidoc [DOCS] Note `case_sensitive` param was added in 7.10 (#69405) (#69466) 2021-02-23 13:12:28 -05:00
regexp-syntax.asciidoc [DOCS] Adds note about escaping backslashes in regex (#89276) 2022-08-17 09:40:30 +02:00
script-query.asciidoc [DOCS] Update runtime fields for script query (#71338) 2021-04-06 10:12:08 -04:00
script-score-query.asciidoc [DOCS] Warn about calling vector functions repeatedly (#91864) 2022-12-12 09:43:46 +01:00
shape-queries.asciidoc [DOCS] Remove `testenv` annotations from doc snippet tests (#80023) 2021-11-05 18:38:50 -04:00
shape-query.asciidoc [DOCS] Remove `testenv` annotations from doc snippet tests (#80023) 2021-11-05 18:38:50 -04:00
simple-query-string-query.asciidoc [DOCS] Expand simple query string query's multi-position token section (#68753) 2021-02-09 16:07:02 -05:00
span-containing-query.asciidoc
span-field-masking-query.asciidoc Rename field_masking_span to span_field_masking (#74718) 2021-07-09 08:56:38 +01:00
span-first-query.asciidoc
span-multi-term-query.asciidoc `indices.query.bool.max_clause_count` now limits all query clauses (#75297) 2021-07-21 12:16:30 +02:00
span-near-query.asciidoc
span-not-query.asciidoc
span-or-query.asciidoc
span-queries.asciidoc Rename field_masking_span to span_field_masking (#74718) 2021-07-09 08:56:38 +01:00
span-term-query.asciidoc
span-within-query.asciidoc
special-queries.asciidoc [DOCS] Correct spelling for geo terms (#76028) 2021-08-03 09:55:48 -04:00
term-level-queries.asciidoc
term-query.asciidoc [DOCS] Note `case_sensitive` param was added in 7.10 (#69405) (#69466) 2021-02-23 13:12:28 -05:00
terms-query.asciidoc Added reference to terms_set query in regular terms query documentation (#91204) 2022-11-09 16:00:52 +01:00
terms-set-query.asciidoc
wildcard-query.asciidoc [DOCS] Add `wildcard` parameter to `wildcard` query docs (#79722) 2021-10-26 12:35:11 -04:00
wrapper-query.asciidoc Wrapper query docs refer to transport client and HLRC #89263 (#91149) 2022-12-15 13:44:58 +00:00