Hi,
I have many texts in my db, and I am using next query:
"query": {
"match_phrase": {
"text.exact": {
"query": "some search phrase"
}
}
When I select the phrase, firstly elastic returns me other text (I also have matching in this text).
Could you give me some advices, how to increase rating of original text, in order it would be first in my result list?