The {@link TimeLimitingCollector} is used to timeout search requests that take longer than the maximum allowed search time limit. After this time is exceeded, the search thread is stopped by throwing a {@link TimeExceededException}.

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

Syntax

C#
public class TimeLimitingCollector : Collector
Visual Basic
Public Class TimeLimitingCollector _
	Inherits Collector
Visual C++
public ref class TimeLimitingCollector : public Collector

Inheritance Hierarchy

System..::..Object
  Lucene.Net.Search..::..Collector
    Lucene.Net.Search..::..TimeLimitingCollector

See Also