Lucene.Net.Search.MultiSearcher.CachedDfSource.Explain C# (CSharp) Method

Explain() public method

public Explain ( Weight weight, int doc ) : Explanation
weight Weight
doc int
return Explanation
			public override Explanation Explain(Weight weight, int doc)
			{
				throw new System.NotSupportedException();
			}