Property IsGreedy
IsGreedy
Checks if this time limited collector is greedy in collecting the last hit. A non greedy collector, upon a timeout, would throw a TimeLimitingCollector.TimeExceededException without allowing the wrapped collector to collect current doc. A greedy one would first allow the wrapped hit collector to collect current doc and only then throw a TimeLimitingCollector.TimeExceededException.
Declaration
public virtual bool IsGreedy { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |