Predict
Whether to predict the total number of results (when you set TotalResults to True
).
By default, IDOL Server stops counting the number of results when it reaches the number specified by the TotalResultsPredictionThreshold parameter in the IDOL Server configuration. It predicts the total number of results that are available for your query. This increases the query speed.
If you set Predict
to False
, IDOL Server counts all results, and in addition prints the number of results for each database.
Actions: | CategoryQuery |
Type: | Boolean |
Default: | True |
Example: | Predict=False
|
See Also: | TotalResults
TotalResultsPredictionThreshold configuration parameter |