DocQueryBatchSize
The DocQueryBatchSize
parameter specifies the batch size for paging when queries are sent to IDOL. This parameter can affect the number of documents sent to a connector in a single batch.
For example: When query results are returned from IDOL Server, the Distributed Connector can discover which documents need to be sent to which connectors. All of the documents returned from IDOL might need to be sent to the same connector. This parameter therefore sets the maximum size of a batch sent to a connector.
Type: | Long |
Default: | 1000 |
Required: | No |
Configuration Section: | DistributedConnector |
Example: | DocQueryBatchSize=1000
|
See Also: |