How relevancy and scoring is done in Elasticsearch?

devquora
devquora

Posted On: Feb 22, 2018

 

The Boolean model is used by the Lucene to find the similar documents, and a formula called practical scoring function is used to calculate the relevance.
This formula copies concepts from the inverse document/term-document frequency and the vector space model and adds the modern features like coordination factor, field length normalization as well.
Score (q, d) is the relevance score of document “d” for query “q”.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    ElasticSearch Interview Questions

    What is Elasticsearch?

    Elasticsearch is a search engine that is based on Lucene.It offers a distributed, multitenant – capable full-text sea..

    ElasticSearch Interview Questions

    What is a current stable version of Elasticsearch?

    As on Jan 2020, version 7.5 is the latest and stable version of Elasticsearch...

    ElasticSearch Interview Questions

    List the software requirements to install Elasticsearch?

    Since Elasticsearch is built using Java, we require any of the following software to run Elasticsearch on our device. T..