Class TimeLimitingCollector.TimeExceededException
Thrown when elapsed search time exceeds allowed search time.
Inheritance
System.Object
TimeLimitingCollector.TimeExceededException
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public class TimeExceededException : SystemException
Properties
Name | Description |
---|---|
Last |
Returns last doc(absolute doc id) that was collected when the search time exceeded. |
Time |
Returns allowed time (milliseconds). |
Time |
Returns elapsed time (milliseconds). |