Set TotalResults to True to return the following additional response fields for the query:
<autn:totalhits>
|
|
<autn:totaldbdocs>
|
The total number of documents there are in the databases for your query. If you limit your search to a specific database, it displays the number of documents in that particular database. |
<autn:totaldbsecs>
|
The total number of document sections there are in the databases for the query. If you limit your search to a specific database, it displays the number of document sections in that particular database. |
<autn:databasehits>
|
The number of hits found in each database. IDOL Content Component returns this field only if you set Predict to False. |
NOTE: You can disable this by setting TotalResultsPrintDatabases to False in the [Server] section of the configuration file.
| Actions: | |
| Type: | Boolean |
| Default: | False |
| Example: | http://localhost:9100/action=Query&Text=nebula&TotalResults=True
The output is as follows ( TotalResults output is highlighted in bold):<autnresponse> |
| See Also: | MaxResults
Predict TotalResultsPrintDatabases |
|
|