MaxResults
The maximum number of answers to return.
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.
You can set the default value for this parameter by setting the MaxResults configuration parameter.
Actions: | |
Type: | Integer |
Default: | The value of the MaxResults configuration parameter. |
Example: | MaxResults=5
|
See Also: | SystemNames
Systems Configuration Parameters MaxResults configuration parameter |