Calls {@link Collector#Collect(int)} on the decorated {@link Collector}
unless the allowed time has passed, in which case it throws an exception.
if the time allowed has exceeded.
Namespace: Lucene.Net.SearchAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public override void Collect( int doc ) |
Visual Basic |
---|
Public Overrides Sub Collect ( _ doc As Integer _ ) |
Visual C++ |
---|
public: virtual void Collect( int doc ) override |
Parameters
- doc
- Type: System..::..Int32
[Missing <param name="doc"/> documentation for "M:Lucene.Net.Search.TimeLimitingCollector.Collect(System.Int32)"]