Sets whether this time limited collector is greedy.

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

Syntax

C#
public virtual void SetGreedy(
	bool greedy
)
Visual Basic
Public Overridable Sub SetGreedy ( _
	greedy As Boolean _
)
Visual C++
public:
virtual void SetGreedy(
	bool greedy
)

Parameters

greedy
Type: System..::..Boolean
true to make this time limited greedy

See Also