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 |
---|---|
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). |