How to get best search result

Hi,

I am new to elasticsearch and learning it. I have an issue in getting the good results.
My documents are like this
{
"id":2,
"name": "Senior Software Engineer - Java",
.
.
.
}_
When I search on field name with value as "Java developer".
Then result which has both the words are not coming at the first position but the documents which have only one word matched are coming first.
I am using ElasticsearchTemplate for querying.

Please help me.

Regards,
Vaibhav Pandey

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.