OpenSearch/docs/reference/query-dsl/queries
markharwood 2795f4e55d Standardized use of “*_length” for parameter names rather than “*_len”.
Java Builder apis drop old “len” methods in favour of new “length”
Rest APIs support both old “len: and new “length” forms using new ParseField class to a) provide compiler-checked consistency between Builder and Parser classes and
b) a common means of handling deprecated syntax in the DSL.
Documentation and rest specs only document the new “*length” forms
Closes #4083
2014-01-13 15:59:15 +00:00
..
bool-query.asciidoc
boosting-query.asciidoc
common-terms-query.asciidoc
constant-score-query.asciidoc
custom-boost-factor-query.asciidoc [DOCS] Changed the deprecation of custom_boost/score/filters_score 2013-09-05 12:14:10 +02:00
custom-filters-score-query.asciidoc Fix formatting of the documentation. 2013-09-18 12:35:44 +02:00
custom-score-query.asciidoc [DOCS] Changed the deprecation of custom_boost/score/filters_score 2013-09-05 12:14:10 +02:00
dis-max-query.asciidoc
filtered-query.asciidoc
flt-field-query.asciidoc Rename edit_distance/min_similarity to fuzziness 2014-01-09 15:14:51 +01:00
flt-query.asciidoc Rename edit_distance/min_similarity to fuzziness 2014-01-09 15:14:51 +01:00
function-score-query.asciidoc fix naming in function_score 2013-10-14 14:56:59 +02:00
fuzzy-query.asciidoc Rename edit_distance/min_similarity to fuzziness 2014-01-09 15:14:51 +01:00
geo-shape-query.asciidoc [DOCS] Removed outdated new/deprecated version notices 2013-09-03 21:28:31 +02:00
has-child-query.asciidoc [DOCS] Removed outdated new/deprecated version notices 2013-09-03 21:28:31 +02:00
has-parent-query.asciidoc [DOCS] Removed outdated new/deprecated version notices 2013-09-03 21:28:31 +02:00
ids-query.asciidoc
indices-query.asciidoc Minor improvements to indices filter and query & updated docs 2013-11-14 17:25:34 +01:00
match-all-query.asciidoc
match-query.asciidoc Rename edit_distance/min_similarity to fuzziness 2014-01-09 15:14:51 +01:00
minimum-should-match.asciidoc
mlt-field-query.asciidoc Standardized use of “*_length” for parameter names rather than “*_len”. 2014-01-13 15:59:15 +00:00
mlt-query.asciidoc Standardized use of “*_length” for parameter names rather than “*_len”. 2014-01-13 15:59:15 +00:00
multi-match-query.asciidoc
multi-term-rewrite.asciidoc
nested-query.asciidoc
prefix-query.asciidoc
query-string-query.asciidoc Rename edit_distance/min_similarity to fuzziness 2014-01-09 15:14:51 +01:00
query-string-syntax.asciidoc [DOCS] Fixed some bad link refs 2013-12-16 18:07:33 +01:00
range-query.asciidoc [DOCS] Deprecated the from/to/include_lower/include_upper params 2013-09-12 15:07:36 +02:00
regexp-query.asciidoc [DOCS] Added pages explaining lucene query parser syntax and regular expression syntax 2013-10-07 14:42:49 +02:00
regexp-syntax.asciidoc [DOCS] Added pages explaining lucene query parser syntax and regular expression syntax 2013-10-07 14:42:49 +02:00
simple-query-string-query.asciidoc Expose `simple_query_string` flags in `flags` parameter 2014-01-03 16:14:19 -07:00
span-first-query.asciidoc
span-multi-term-query.asciidoc RegexpQueryBuilder now implements MultiTermQueryBuilder 2013-10-31 09:12:57 +01:00
span-near-query.asciidoc
span-not-query.asciidoc
span-or-query.asciidoc
span-term-query.asciidoc
term-query.asciidoc
terms-query.asciidoc
top-children-query.asciidoc
wildcard-query.asciidoc