March 2014
Intermediate to advanced
664 pages
21h 15m
English
This chapter covers
The overview of Solr’s default relevancy scoring algorithm in chapter 3 introduced how Solr calculates the similarity score (by default) between a query and its matching documents. Since then, most of this book has focused upon using additional search features to scale Solr, improving the user experience, and configuring text and query analysis in order to find the right set of documents which match any given query.
Once that right set of documents is found, ...