This property specifies the maximum frequency that Search is allowed to request documents from a site.
Syntax
IServer.HitInterval
Remarks
HitInterval = -1
Search requests all documents simultaneously from the site.
HitInterval < 1
Search requests up to N documents simultaneously from the site.
HitInterval > 0
Search waits N seconds after every document request from the site.
Example
See Creating and Accessing IServer Interface Objects.
See Also