Small Util class used to pass both an idf factor as well as an explanation for that factor. This class will likely be held on a {@link Weight}, so be aware before storing any large or un-serializable fields.

Namespace: Lucene.Net.Search
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
[SerializableAttribute]
public abstract class IDFExplanation
Visual Basic
<SerializableAttribute> _
Public MustInherit Class IDFExplanation
Visual C++
[SerializableAttribute]
public ref class IDFExplanation abstract

Inheritance Hierarchy

System..::..Object
  Lucene.Net.Search..::..Explanation..::..IDFExplanation

See Also