How to create keywords based search using ElasticSearch where exact phrase match should be shown in the top of the result set followed by other match containing any words of the phrase.
For an example of search query is quick brown fox and result set will be like : quick brown fox, quick fox, brown fox etc.
What should be the approach so we get desire result set.