OpenSearch/docs/reference/mapping
Ali Beyad 8359dd05c9 Adds boolean similarity to Elasticsearch (#23637)
This commit adds the boolean similarity scoring from Lucene to
Elasticsearch.  The boolean similarity provides a means to specify that
a field should not be scored with typical full-text ranking algorithms,
but rather just whether the query terms match the document or not.
Boolean similarity scores a query term equal to its query boost only.
Boolean similarity is available as a default similarity option and thus
a field can be specified to have boolean similarity by declaring in its
mapping:
    "similarity": "boolean"

Closes #6731
2017-03-28 10:17:23 -04:00
..
dynamic Disable _all by default 2017-01-11 16:47:13 -07:00
fields [DOCS] Update the docs about the fact that global ordinals for _parent field are loaded eagerly instead of lazily by default. 2017-03-22 10:39:39 +01:00
params Adds boolean similarity to Elasticsearch (#23637) 2017-03-28 10:17:23 -04:00
types Disallow include_in_all for 6.0+ indices 2017-02-07 19:31:51 -07:00
dynamic-mapping.asciidoc Allows multiple patterns to be specified for index templates (#21009) 2016-11-10 18:00:30 -05:00
fields.asciidoc Disable _all by default 2017-01-11 16:47:13 -07:00
params.asciidoc Disallow include_in_all for 6.0+ indices 2017-02-07 19:31:51 -07:00
types.asciidoc Add RangeFieldMapper for numeric and date range types 2016-11-29 10:10:14 -06:00