I understand how elasticsearch calculate the score.
The key factors are,
TF
IDF
Field Lenth Norms
But here is my case,
If searching for a phrase, "Raj feels difficult",
If the document contains "Raj" more times than "Raj feels difficult", it is listed in the top.
I have tried by disabling, norms
"norms":
{
"enabled": "false"
}
and set "index_options": "docs",
But the result is same.
Can anyone help me on this?
Thanks in advance.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.