The following tables list the members exposed by SearchResults.
Public Methods
Add a document to SearchResults. | |
Add documents to SearchResults. | |
Remove all items from the search results list. | |
Calculate byte offset of each hit (for plain text files only) | |
Select a document in search results. | |
Create a SearchResults object containing only those items that are present in two other SearchResults objects | |
Deprecated -- use MakePdfWebHighlightFile | |
Generates xml data used to highlight hits in Adobe Reader through a web browser interface. | |
Creates a SearchReportJob that can be used to generate segments of context around each hit in one or more documents. | |
Generates a stream of XML containing data in the search results list. | |
Fills a SearchResults object with data from an XML stream generated by SerializeAsXml | |
Set the sort key for the currently-selected document. | |
Sorts the search results according to the value in flags, with an optional user-defined field name. | |
Combines search results with another search results object, eliminating duplicate items. | |
UrlDecodeItem converts a string created by UrlEncodeItem back into a search results item. | |
Creates a url-encoded string describing the currently-selected item in search results. | |
For internal use. |
Public Properties
Number of documents in the list | |
Returns properties of the currently-selected item | |
Access a named property of the selected SearchResults item. | |
Access all named properties of the selected SearchResults item. | |
Number of hits in the currently-selected document | |
Word offsets of hits in the currently-selected document | |
Name of the currently-selected document | |
The search request that generated this list of results | |
SearchFlags used for this search | |
Total number of hits in all documents |
See Also