CHAPTER 8

image

Solr Scoring

While evaluating the search response, you’ve probably wondered why a particular document ranks above another and how these documents get their score. In this chapter, you will learn about Solr scoring.

This chapter starts with the default ranking implementation and the factors that control the score, and gradually proceed into more details so that you can override the existing scoring factors or write a custom scorer. Even though scoring is an advanced topic and this chapter covers some mathematical formulas, you don’t need to be a mathematical wizard to understand it.

I could have added a brief introduction to scoring in ...

Get Apache Solr: A Practical Approach to Enterprise Search now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.