When sorting, the sort rule applies to all returned documents. So scores are not taken into account. So when would one use SetDefaultFieldSortScoring to turn scoring on while sorting?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This allows you to force lucene to compute scores of the results, even though they won’t be sorted by the score. api This way you can display the score. Or perhaps highlight the more relevant results