
Explanation
- Namespace
- Rowles.LeanLucene.Search.Scoring
- Assembly
- Rowles.LeanLucene.dll
A breakdown of how a document's score was computed, useful for debugging relevance tuning and understanding BM25 behaviour.
public sealed class Explanation
Explanation
Properties
Description
Human-readable description of this score component.
Details
Child explanations that compose this score.
Score
Final computed score for this document.
Methods
ToString()
Returns a string that represents the current object.