Which parts of the scoring are confusing to you? As in specifically. Solr is just a cover over lucene and the scoring has been documented for a long time:
http://www.lucenetutorial.com/advanced-topics/scoring.html * Documents containing *all* the search terms are good * Matches on rare words are better than for common words * Long documents are not as good as short ones * Documents which mention the search terms many times are good > On Oct 7, 2021, at 5:42 AM, Thamizhazhagan B <[email protected]> > wrote: > > Hi, > > Is there any better way to debug Solr Query. I have used > "debugQuery=true&explain=text" . Though it provides insights of Scoring > difficult to understand. > > Please advise. > > Thanks, > Thamizh > NOTICE TO RECIPIENT: If you are not the intended recipient of this e-mail, > you are prohibited from sharing, copying, or otherwise using or disclosing > its contents. If you have received this e-mail in error, please notify the > sender immediately by reply e-mail and permanently delete this e-mail and any > attachments without reading, forwarding or saving them. v.173.295 Thank you.
