Class TimeLimitingCollector.TimeExceededException
Thrown when elapsed search time exceeds allowed search time.
Inheritance
System.Object
TimeLimitingCollector.TimeExceededException
Assembly: DistributedLucene.Net.dll
Syntax
public class TimeExceededException : Exception
Constructors
Name | Description |
---|---|
TimeExceededException(SerializationInfo, StreamingContext) | Initializes a new instance of this class with serialized data. |
Properties
Name | Description |
---|---|
LastDocCollected | Returns last doc (absolute doc id) that was collected when the search time exceeded. |
TimeAllowed | Returns allowed time (milliseconds). |
TimeElapsed | Returns elapsed time (milliseconds). |