elasticsearch/docs/reference/query-dsl
Josh Devins 9b8b20a32b
[DOCS] Clarifies the effect of per-field boosting (#63733)
The original description of per-field boosting is incorrect. Boosting a
field does not imply that it is more important relative to other fields.
It simply means that the score is multiplied by the supplied boost
value. Due to the differences in each field's term and document
statistics, it's not possible to imply relative importance of fields
based on the per-field boost value alone.
2020-10-15 09:24:32 -04:00
..
_query-template.asciidoc [DOCS] Fix hyphenation for "time series" (#61472) 2020-08-24 10:34:41 -04:00
bool-query.asciidoc [DOCS] Move named query content to bool query (#60748) 2020-08-05 13:27:10 -04:00
boosting-query.asciidoc [DOCS] Reformat snippets to use two-space indents (#59973) 2020-07-21 12:24:26 -04:00
compound-queries.asciidoc [DOCS] Make Query DSL titles consistent (#43935) 2019-07-18 10:18:11 -04:00
constant-score-query.asciidoc [DOCS] Replace twitter dataset in docs (#60604) 2020-08-03 12:49:56 -04:00
dis-max-query.asciidoc [DOCS] Reformat snippets to use two-space indents (#59973) 2020-07-21 12:24:26 -04:00
distance-feature-query.asciidoc [DOCS] Change // CONSOLE comments to [source,console] (#46440) 2019-09-09 10:45:37 -04:00
exists-query.asciidoc [DOCS] Replace twitter dataset in docs (#60604) 2020-08-03 12:49:56 -04:00
full-text-queries.asciidoc [DOCS] Make Query DSL titles consistent (#43935) 2019-07-18 10:18:11 -04:00
function-score-query.asciidoc [DOCS] Replace Wikipedia links with attribute (#61171) 2020-08-17 09:44:24 -04:00
fuzzy-query.asciidoc [DOCS] Replace Wikipedia links with attribute (#61171) 2020-08-17 09:44:24 -04:00
geo-bounding-box-query.asciidoc [DOCS] Swap [float] for [discrete] (#60124) 2020-07-23 11:48:22 -04:00
geo-distance-query.asciidoc [DOCS] Swap [float] for [discrete] (#60124) 2020-07-23 11:48:22 -04:00
geo-polygon-query.asciidoc [DOCS] Swap [float] for [discrete] (#60124) 2020-07-23 11:48:22 -04:00
geo-queries.asciidoc Geo shape query vs geo point (#52382) 2020-03-18 17:03:52 +01:00
geo-shape-query.asciidoc [DOCS] Fix chunking in query docs (#61053) 2020-08-12 13:45:49 -04:00
has-child-query.asciidoc [DOCS] Update my-index examples (#60132) 2020-07-27 14:46:39 -04:00
has-parent-query.asciidoc [DOCS] Update my-index examples (#60132) 2020-07-27 14:46:39 -04:00
ids-query.asciidoc [DOCS] Reformat snippets to use two-space indents (#59973) 2020-07-21 12:24:26 -04:00
intervals-query.asciidoc Add fuzzy intervals source (#49762) 2020-01-03 09:55:53 +00:00
joining-queries.asciidoc [DOCS] Fix chunking in query docs (#61053) 2020-08-12 13:45:49 -04:00
match-all-query.asciidoc [DOCS] Swap [float] for [discrete] (#60124) 2020-07-23 11:48:22 -04:00
match-bool-prefix-query.asciidoc [DOCS] Reformat snippets to use two-space indents (#59973) 2020-07-21 12:24:26 -04:00
match-phrase-prefix-query.asciidoc [DOCS] Reformat snippets to use two-space indents (#59973) 2020-07-21 12:24:26 -04:00
match-phrase-query.asciidoc [DOCS] Reformat snippets to use two-space indents (#59973) 2020-07-21 12:24:26 -04:00
match-query.asciidoc [DOCS] Fix fuzzy_rewrite ref in match query docs (#60237) 2020-07-27 15:17:17 -04:00
minimum-should-match.asciidoc [Docs] Fix typo in minimum-should-match.asciidoc (#46472) 2019-09-09 14:17:49 +02:00
mlt-query.asciidoc [DOCS] Swap [float] for [discrete] (#60124) 2020-07-23 11:48:22 -04:00
multi-match-query.asciidoc [DOCS] Clarifies the effect of per-field boosting (#63733) 2020-10-15 09:24:32 -04:00
multi-term-rewrite.asciidoc [DOCS] Replace Wikipedia links with attribute (#61171) 2020-08-17 09:44:24 -04:00
nested-query.asciidoc [DOCS] Update my-index examples (#60132) 2020-07-27 14:46:39 -04:00
parent-id-query.asciidoc [DOCS] Update my-index examples (#60132) 2020-07-27 14:46:39 -04:00
percolate-query.asciidoc [DOCS] Fix chunking in query docs (#61053) 2020-08-12 13:45:49 -04:00
pinned-query.asciidoc [DOCS] Reformat snippets to use two-space indents (#59973) 2020-07-21 12:24:26 -04:00
prefix-query.asciidoc Search - add case insensitive flag for "term" family of queries (#61596) 2020-09-18 17:17:08 +01:00
query-string-query.asciidoc [DOCS] Replace Wikipedia links with attribute (#61171) 2020-08-17 09:44:24 -04:00
query-string-syntax.asciidoc [DOCS] Replace twitter dataset in docs (#60604) 2020-08-03 12:49:56 -04:00
query_filter_context.asciidoc [DOCS] Fix metadata field refs (#60764) 2020-08-05 13:21:00 -04:00
range-query.asciidoc [doc] Rounding range query rules (#63109) 2020-10-02 08:59:27 +02:00
rank-feature-query.asciidoc [DOCS] http -> https, remove outdated plugin docs (#60380) 2020-07-31 15:58:38 -04:00
regexp-query.asciidoc Search - add case insensitive support for regex queries. (#59441) 2020-08-25 15:27:49 +01:00
regexp-syntax.asciidoc [DOCS] Replace Wikipedia links with attribute (#61171) 2020-08-17 09:44:24 -04:00
script-query.asciidoc [DOCS] Reformat snippets to use two-space indents (#59973) 2020-07-21 12:24:26 -04:00
script-score-query.asciidoc [DOCS] Replace twitter dataset in search/agg docs (#60667) 2020-08-04 13:31:52 -04:00
shape-queries.asciidoc Add new point field. (#53804) 2020-04-07 13:08:02 +02:00
shape-query.asciidoc [DOCS] Replace Wikipedia links with attribute (#61171) 2020-08-17 09:44:24 -04:00
simple-query-string-query.asciidoc [DOCS] Fix formatting in simple query string query docs 2020-07-27 11:54:19 -04:00
span-containing-query.asciidoc [DOCS] Reformat snippets to use two-space indents (#59973) 2020-07-21 12:24:26 -04:00
span-field-masking-query.asciidoc [DOCS] Change // CONSOLE comments to [source,console] (#46440) 2019-09-09 10:45:37 -04:00
span-first-query.asciidoc [DOCS] Replace twitter dataset in docs (#60604) 2020-08-03 12:49:56 -04:00
span-multi-term-query.asciidoc [DOCS] Fix query docs formatting (#60752) 2020-08-05 12:28:09 -04:00
span-near-query.asciidoc [DOCS] Reformat snippets to use two-space indents (#59973) 2020-07-21 12:24:26 -04:00
span-not-query.asciidoc [DOCS] Reformat snippets to use two-space indents (#59973) 2020-07-21 12:24:26 -04:00
span-or-query.asciidoc [DOCS] Reformat snippets to use two-space indents (#59973) 2020-07-21 12:24:26 -04:00
span-queries.asciidoc [DOCS] Make Query DSL titles consistent (#43935) 2019-07-18 10:18:11 -04:00
span-term-query.asciidoc [DOCS] Replace twitter dataset in docs (#60604) 2020-08-03 12:49:56 -04:00
span-within-query.asciidoc [DOCS] Reformat snippets to use two-space indents (#59973) 2020-07-21 12:24:26 -04:00
special-queries.asciidoc Search enhancement: pinned queries (#44345) 2019-08-16 14:46:06 +01:00
term-level-queries.asciidoc [DOCS] Replace Wikipedia links with attribute (#61171) 2020-08-17 09:44:24 -04:00
term-query.asciidoc Search - add case insensitive flag for "term" family of queries (#61596) 2020-09-18 17:17:08 +01:00
terms-query.asciidoc [DOCS] Replace twitter dataset in docs (#60604) 2020-08-03 12:49:56 -04:00
terms-set-query.asciidoc [DOCS] Reformat snippets to use two-space indents (#59973) 2020-07-21 12:24:26 -04:00
wildcard-query.asciidoc Search - add case insensitive flag for "term" family of queries (#61596) 2020-09-18 17:17:08 +01:00
wrapper-query.asciidoc [DOCS] Replace twitter dataset in docs (#60604) 2020-08-03 12:49:56 -04:00