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
..
2017-03-22 17:58:06 -04:00
2017-03-16 22:02:15 -04:00
2017-03-22 10:44:11 +01:00
2017-03-16 19:37:38 -07:00
2017-03-24 14:52:50 -04:00
2016-09-21 09:36:21 -04:00
2016-10-11 12:21:46 +02:00