OpenSearch/docs/reference/query-dsl
Mayya Sharipova 37e1ad7062 Forbid empty doc values on vector functions (#43944)
Currently when a document misses a vector value, vector function
returns 0 as a score for this document. We think this is incorrect
behaviour.
With this change, an error will be thrown if vector functions are
used with docs that are missing vector doc values.
Also VectorScriptDocValues is modified to allow size() function,
which can be used to check if a document has a value for the
vector field.
2019-07-05 18:09:06 -04:00
..
bool-query.asciidoc [DOCS] Add anchors for Asciidoctor migration (#41648) 2019-04-30 10:20:17 -04:00
boosting-query.asciidoc [DOCS] Rewrite boosting query (#43647) 2019-06-28 08:35:55 -04:00
common-terms-query.asciidoc Deprecate CommonTermsQuery and cutoff_frequency (#42619) (#42691) 2019-05-30 18:04:47 +02:00
compound-queries.asciidoc Remove indices query (#21837) 2016-11-30 19:37:01 +01:00
constant-score-query.asciidoc [DOCS] Rewrite `constant_score` query (#43374) 2019-06-21 12:04:00 -04:00
dis-max-query.asciidoc [DOCS] Rewrite dis max query (#43586) 2019-07-03 08:56:18 -04:00
distance-feature-query.asciidoc Expose proximity boosting (#39385) (#40251) 2019-03-20 09:24:41 -04:00
exists-query.asciidoc Docs change for exists query. (#43092) 2019-06-12 09:28:18 +01:00
full-text-queries.asciidoc search as you type fieldmapper (#35600) 2019-03-27 13:29:13 -07:00
function-score-query.asciidoc Recommend use of ln1p/log1p to avoid negative scores (#41610) 2019-05-03 09:10:29 -06:00
fuzzy-query.asciidoc Update Fuzzy Query docs to clarify default behavior re max_expansions (#30819) 2018-07-30 13:19:26 -07:00
geo-bounding-box-query.asciidoc specifies which index to search in docs for various queries (#43307) (#43428) 2019-06-21 10:15:51 +01:00
geo-distance-query.asciidoc Remove remaining occurances of "include_type_name=true" in docs (#37646) 2019-01-22 15:13:52 +01:00
geo-polygon-query.asciidoc [Docs] Minor formatting and wording fixes (#35278) 2018-11-06 07:52:13 +01:00
geo-queries.asciidoc Minor corrections in geo-queries.asciidoc (#34314) 2018-10-05 17:12:18 +02:00
geo-shape-query.asciidoc Remove remaining occurances of "include_type_name=true" in docs (#37646) 2019-01-22 15:13:52 +01:00
has-child-query.asciidoc [DOCS] Add anchors for Asciidoctor migration (#41648) 2019-04-30 10:20:17 -04:00
has-parent-query.asciidoc docs: describe parent/child performances 2017-10-26 11:49:13 +02:00
ids-query.asciidoc [DOCS] Replace table with def list for ids query (#41865) 2019-05-09 09:52:20 -04:00
intervals-query.asciidoc Wildcard intervals (#43691) 2019-06-28 14:04:03 +01:00
joining-queries.asciidoc Remove usage of multi-types from the docs and added a page explaining type removal (#25543) 2017-07-05 12:30:19 +02:00
match-all-query.asciidoc Add back doc execution to query dsl. 2016-05-24 12:43:41 +02:00
match-bool-prefix-query.asciidoc search as you type fieldmapper (#35600) 2019-03-27 13:29:13 -07:00
match-phrase-prefix-query.asciidoc search as you type fieldmapper (#35600) 2019-03-27 13:29:13 -07:00
match-phrase-query.asciidoc Add support to match_phrase query for zero_terms_query. (#29598) 2018-04-19 11:25:27 -07:00
match-query.asciidoc [Docs] Clarify caveats for phonetic filters replace option (#42807) 2019-06-05 22:03:54 +02:00
minimum-should-match.asciidoc Query DSL: Remove filter parsers. 2015-05-07 20:14:34 +02:00
mlt-query.asciidoc Fixing backquote in fail_on_unsupported_field (#43572) 2019-06-25 16:34:38 +02:00
multi-match-query.asciidoc [Docs] Fix reference to `boost` and `slop` params (#42803) 2019-06-03 22:57:19 +02:00
multi-term-rewrite.asciidoc [DOCS] Rewrite 'rewrite' parameter docs (#42018) 2019-05-13 08:43:12 -04:00
nested-query.asciidoc Remove remaining occurances of "include_type_name=true" in docs (#37646) 2019-01-22 15:13:52 +01:00
parent-id-query.asciidoc Remove remaining occurances of "include_type_name=true" in docs (#37646) 2019-01-22 15:13:52 +01:00
percolate-query.asciidoc Make the `type` parameter optional when percolating existing documents. (#39987) (#39989) 2019-03-13 15:04:41 +01:00
prefix-query.asciidoc Remove parse field deprecations in query builders (#26711) 2017-09-20 16:22:21 +02:00
query-string-query.asciidoc Add documentation about breaking java time changes (#38886) 2019-02-14 10:18:12 +01:00
query-string-syntax.asciidoc Fix docs build. 2018-06-05 14:55:40 +02:00
query_filter_context.asciidoc Add warning scores are floats (#42667) 2019-05-29 16:49:04 -04:00
range-query.asciidoc [DOCS] Rewrite `range` query (#43282) 2019-06-25 15:25:48 -04:00
rank-feature-query.asciidoc Track total hits up to 10,000 by default (#37466) 2019-01-25 13:45:39 +01:00
regexp-query.asciidoc Reject regex search if regex string is too long (#28542) 2018-02-23 10:41:24 -08:00
regexp-syntax.asciidoc Update regexp-syntax.asciidoc (#43021) 2019-06-10 10:13:54 +01:00
script-query.asciidoc [Docs] Fix filter context in script-query.asciidoc (#35677) 2018-11-19 16:30:33 +01:00
script-score-query.asciidoc Forbid empty doc values on vector functions (#43944) 2019-07-05 18:09:06 -04:00
simple-query-string-query.asciidoc [Docs] Add description of simple query string flags (#36211) 2018-12-10 01:00:42 +01:00
span-containing-query.asciidoc Add back doc execution to query dsl. 2016-05-24 12:43:41 +02:00
span-field-masking-query.asciidoc Documentation for field_masking_span query (#20395) 2016-09-13 12:27:33 +01:00
span-first-query.asciidoc Add back doc execution to query dsl. 2016-05-24 12:43:41 +02:00
span-multi-term-query.asciidoc Improve docs for index_prefixes option (#35778) 2018-11-22 09:20:46 +00:00
span-near-query.asciidoc Add back doc execution to query dsl. 2016-05-24 12:43:41 +02:00
span-not-query.asciidoc [Docs]Corrected spelling errors. (#28976) 2018-03-19 10:22:40 -07:00
span-or-query.asciidoc Add back doc execution to query dsl. 2016-05-24 12:43:41 +02:00
span-queries.asciidoc Throw a parsing exception when boost is set in span_or query (#28390) (#34112) 2018-11-26 12:15:59 -05:00
span-term-query.asciidoc Add back doc execution to query dsl. 2016-05-24 12:43:41 +02:00
span-within-query.asciidoc Add back doc execution to query dsl. 2016-05-24 12:43:41 +02:00
special-queries.asciidoc Expose proximity boosting (#39385) (#40251) 2019-03-20 09:24:41 -04:00
term-level-queries.asciidoc [DOCS] Rewrite term-level queries overview (#43337) 2019-06-21 11:55:02 -04:00
term-query.asciidoc [DOCS] Rewrite `term` query docs for new format (#41498) 2019-05-06 10:36:53 -04:00
terms-query.asciidoc [DOCS] Rewrite terms query (#42889) 2019-06-06 08:33:52 -04:00
terms-set-query.asciidoc [DOCS] Rewrite `terms_set` query (#43060) 2019-06-28 12:57:22 -04:00
type-query.asciidoc [DOCS] Reword `type` query deprecation note for Asciidoctor migration (#41595) 2019-05-01 09:29:05 -04:00
wildcard-query.asciidoc [DOCS] Rewrite 'wildcard' query (#42670) 2019-05-30 08:31:27 -04:00
wrapper-query.asciidoc added docs for `wrapper` query. 2018-03-14 11:51:22 +01:00