Field EXPLAIN_SCORE_TOLERANCE_MINIMUM
In general we use a relative epsilon, but some tests do crazy things like boost documents with 0, creating tiny tiny scores where the relative difference is large but the absolute difference is tiny. we ensure the the epsilon is always at least this big.
Assembly: Lucene.Net.TestFramework.dll
Syntax
public static float EXPLAIN_SCORE_TOLERANCE_MINIMUM
Returns
Type | Description |
---|---|
System.Single |