OpenSearch/docs/reference
Simon Willnauer 162ca99376 Added `cross_fields` mode to multi_match query
`cross_fields` attemps to treat fields with the same analysis
configuration as a single field and uses maximum score promotion or
combination of the scores based depending on the `use_dis_max` setting.
By default scores are combined. `cross_fields` can also search across
fields of hetrogenous types for instance if numbers can be part of
the query it makes sense to search also on numeric fields if an analyzer
is provided in the reqeust.

Relates to #2959
2014-02-06 17:15:55 +01:00
..
analysis release [1.0.0.RC1] 2014-01-15 17:02:22 +00:00
cat Added dedicated thread pool cat api, that can show all thread pool related statistic (size, rejected, queue etc.) for all thread pools (get, search, index etc.) 2014-01-29 13:25:06 +01:00
cluster [DOCS] Removed the experimental label from Tribe, Hot Threads 2014-02-06 14:19:17 +01:00
docs [DOCS] Moved termvector and mtermvectors from search to docs 2014-01-22 14:10:26 +01:00
images add docs on new service.bat facility 2013-09-23 18:24:31 +03:00
index-modules fix docs to reflect removal of byte buffer memory 2014-02-03 09:54:30 -05:00
indices [DOCS] unified index settings info and added warmers section in create index docs 2014-01-27 17:10:38 +01:00
mapping [DOCS] Deprecated the path setting in favour of copy_to 2014-02-05 14:47:48 +01:00
migration [DOCS] Updated migration docs for multi_field to point to copy_to 2014-02-06 14:34:07 +01:00
modules [DOCS] Removed the experimental label from Tribe, Hot Threads 2014-02-06 14:19:17 +01:00
query-dsl Added `cross_fields` mode to multi_match query 2014-02-06 17:15:55 +01:00
search [DOCS] Fix terms agg value script example 2014-02-06 16:35:49 +01:00
setup [DOCS] various docs fixes 2014-01-23 10:52:13 +01:00
testing [DOCS]: fixed added / coming tags in docs 2014-01-22 12:02:37 +01:00
analysis.asciidoc Add more anchor links to documentation 2013-09-30 13:13:16 -06:00
api-conventions.asciidoc [DOCS] Tidied up the multi-indices docs 2014-01-15 16:13:38 +01:00
cat.asciidoc Added dedicated thread pool cat api, that can show all thread pool related statistic (size, rejected, queue etc.) for all thread pools (get, search, index etc.) 2014-01-29 13:25:06 +01:00
cluster.asciidoc [DOCS] Fix HTTP endpoints after stats API changes 2014-01-09 11:30:28 +01:00
docs.asciidoc [DOCS] Moved termvector and mtermvectors from search to docs 2014-01-22 14:10:26 +01:00
glossary.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
index-modules.asciidoc Document `index.shard.check_on_startup`. 2014-01-21 15:55:59 +01:00
index.asciidoc [DOCS] Added breaking changes in 1.0 2014-01-15 17:50:24 +01:00
indices.asciidoc Add a GetFieldMapping API 2013-10-30 16:16:36 +01:00
mapping.asciidoc [DOCS] Moved multi fields documentation into the core-types page 2014-01-22 10:05:58 +01:00
modules.asciidoc [DOCS] Fixed link to tribe.asciidoc 2014-01-13 22:01:12 +01:00
query-dsl.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
search.asciidoc [DOCS] Moved termvector and mtermvectors from search to docs 2014-01-22 14:10:26 +01:00
setup.asciidoc [DOCS] Make apt/yum repos more visible 2014-02-06 17:04:37 +01:00
testing.asciidoc [DOCS] Test framework documentation 2013-12-02 18:01:45 +01:00