Set QuerySummary
to True
to return a single summary of the query results that includes the best terms and phrases for the documents.
The QuerySummaryLength configuration parameter determines the maximum number of terms and phrases that the summary can contain.
The QuerySummaryMaxDocLength configuration parameter determines the maximum number of characters in each document to use to generated the summary.
For the Query action, you can also set these values in the QuerySummaryLength and QuerySummaryMaxDocLength action parameters.
The QuerySummary
returns in addition to any document summary that you request by using the Summary parameter.
Actions: | |
Type: | Boolean |
Default: | False |
Example: | QuerySummary=True
|
See Also: |
QuerySummaryLength configuration parameter QuerySummaryMaxDocLength configuration parameter |
|