Trying to score documents in a way that if all the term words exist will get better score then document with two of the terms appears multiple times
thanks
Mos
Trying to score documents in a way that if all the term words exist will get better score then document with two of the terms appears multiple times
thanks
Mos
You may be interested in using a constant score query, which ignores the frequencies that the default TF/IDF algorithm takes into account: www.elastic.co/guide/en/elasticsearch/guide/current/ignoring-tfidf.html
© 2020. All Rights Reserved - Elasticsearch
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.