Class TimeLimitingCollector

java.lang.Object
org.apache.lucene.search.TimeLimitingCollector
All Implemented Interfaces:
Collector

@Deprecated public class TimeLimitingCollector extends Object implements Collector
Deprecated.
The 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 TimeLimitingCollector.TimeExceededException.
See Also: