PageInfo
Specifies whether to return the page numbers of pages that contain the query terms, within each result document.
When you set this parameter to TRUE
the query response can include <autn:page>
elements, which contain a comma-separated list of page numbers. For example:
<autn:page>3,15,25,27,199</autn:page>
To use this feature you must set IndexSectionsAsPages to TRUE
before indexing your documents.
Actions: | Query |
Type: | Boolean |
Default: | False |
Example: | PageInfo=True
|
See Also: | IndexSectionsAsPages |