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.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Properties | List of all members
Lucene.Net.Search.TimeLimitingCollector.TimeExceededException Class Reference

Thrown when elapsed search time exceeds allowed search time. More...

Inherits SystemException.

Properties

virtual long TimeAllowed [get]
 Returns allowed time (milliseconds).
 
virtual long TimeElapsed [get]
 Returns elapsed time (milliseconds).
 
virtual int LastDocCollected [get]
 Returns last doc(absolute doc id) that was collected when the search time exceeded.
 

Detailed Description

Thrown when elapsed search time exceeds allowed search time.

Definition at line 96 of file TimeLimitingCollector.cs.

Property Documentation

virtual int Lucene.Net.Search.TimeLimitingCollector.TimeExceededException.LastDocCollected
get

Returns last doc(absolute doc id) that was collected when the search time exceeded.

Definition at line 122 of file TimeLimitingCollector.cs.

virtual long Lucene.Net.Search.TimeLimitingCollector.TimeExceededException.TimeAllowed
get

Returns allowed time (milliseconds).

Definition at line 110 of file TimeLimitingCollector.cs.

virtual long Lucene.Net.Search.TimeLimitingCollector.TimeExceededException.TimeElapsed
get

Returns elapsed time (milliseconds).

Definition at line 116 of file TimeLimitingCollector.cs.


The documentation for this class was generated from the following file: