-
Type:
Story
-
Status: Closed
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: 7.2.0 GA1
-
Component/s: Search Infrastructure > Framework
-
Labels:
-
Epic Link:
-
Sprint:Search | S02 Sprint 8, Search | S02 Sprint 9, Search | S02 Sprint 10, Search | S02 Sprint 11
-
Git Pull Request:
Elasticsearch provides a "rescorer" feature, which allows us to set a query whose sole purpose is to rescore the already selected results.
https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-rescore.html
We need a way to be able to use this feature through our Search API.