Table of Contents

Public classSealed 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

Public property Description

Human-readable description of this score component.

Public property Details

Child explanations that compose this score.

Public property Score

Final computed score for this document.

Methods

Public method ToString()

Returns a string that represents the current object.