markharwood 7d5ab17bb2
Search enhancement: pinned queries () ()
* Search enhancement: pinned queries ()

Search enhancement: - new query type allows selected documents to be promoted above any "organic” search results.
This is the first feature in a new module `search-business-rules` which will house licensed (non OSS) logic for rewriting queries according to business rules.
The PinnedQueryBuilder class offers a new `pinned` query in the DSL that takes an array of promoted IDs and an “organic” query and ensures the documents with the promoted IDs rank higher than the organic matches.

Closes 
2019-08-20 11:38:22 +01:00
..