If the number of documents to be visited in the postings exceeds this specified percentage of the maxDoc() for the index, then {@link #CONSTANT_SCORE_FILTER_REWRITE} is used.

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

Syntax

C#
public virtual void SetDocCountPercent(
	double percent
)
Visual Basic
Public Overridable Sub SetDocCountPercent ( _
	percent As Double _
)
Visual C++
public:
virtual void SetDocCountPercent(
	double percent
)

Parameters

percent
Type: System..::..Double
0.0 to 100.0

See Also