MaxResults
The default maximum number of answers to return in the Ask action, when the MaxResults action parameter is not set.
Answer Server returns the first N
answers that it retrieves, where N
is the value of MaxResults
. It decides the top N
results according to the Sort method.
You can set MaxResults
to -1
if you do want to limit the number of results.
Type: | Integer |
Default: | 10 |
Required: | No |
Configuration Section: | Ask |
Example: | MaxResults=5
|
See Also: | Ask action MaxResults action parameter |