TotalResults
Set TotalResults
to True
to return the total number of answers available from all systems, even if MaxResults has been reached. In this case, Answer Server requests all answers from all systems and returns the total number of answers available in the total_results
response tag.
When Sort is set to System
(the default value), Answer Server normally requests answers from the systems in the specified order, and stops when it reaches the MaxResults. If you set TotalResults
to True
, Answer Server always request all results, which might slow down the action.
Actions: | |
Type: | Boolean |
Default: | False |
Example: | TotalResults=True
|
See Also: | MaxResults
Sort |