Lucene.Net  3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties
Classes | Namespaces | Typedefs
TimeLimitingCollector.cs File Reference

Go to the source code of this file.

Classes

class  Lucene.Net.Search.TimeLimitingCollector
 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 TimeExceededException. More...
 
class  Lucene.Net.Search.TimeLimitingCollector.TimeExceededException
 Thrown when elapsed search time exceeds allowed search time. More...
 

Namespaces

 

Typedefs

using IndexReader = Lucene.Net.Index.IndexReader
 

Typedef Documentation

Definition at line 20 of file TimeLimitingCollector.cs.