Lucene.Net
3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
|
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 | |
package | Lucene.Net.Search |
Typedefs | |
using | IndexReader = Lucene.Net.Index.IndexReader |
Definition at line 20 of file TimeLimitingCollector.cs.