Provides access to the results of a search
[ object, uuid(798CBE34-B27D-11D3-B57C-00105AA461D0), dual, helpstring("ISearchResults Interface"), pointer_default(unique) ]
interface ISearchResults : IDispatch;To create a SearchResults object containing the results of a search,
Because SearchJob.Results returns a copy of the results, to access the Results property after a search, use a temporary variable, like this:
Dim r as SearchResults
Set r = searchJob.Results|
Method |
Description |
|
Add a specific document from an index to the search results list. | |
|
Extracts one item from the DocDetails list | |
|
Remove all items from a search results list (this immediately frees memory needed for the items) | |
|
Select one item in search results. | |
|
MakePdfWebHighlightFile generates xml data used to highlight hits in Adobe Reader through a web browser interface. | |
|
Generate a SearchReportJob (ISearchReportJob) to generate a search report based on this set of search results. | |
|
SerializeAsXml generates a stream of XML containing data in the search results list. | |
|
SerializeFromXml fills a SearchResults object with data from an XML stream. | |
|
Specify the string value to use when sorting search results. | |
|
Sort search results. | |
|
Decodes a URL created by UrlEncodeItem | |
|
UrlEncodeItem creates a url-encoded string describing the currently-selected item in search results. |
|
Property |
Description |
|
Number of items in search results | |
|
A string containing field information associated with a document. | |
|
Number of hits found in the currently selected document | |
|
A string containing the word offsets of the hits found in the currently selected document. | |
|
Name of the currently selected document in the search results set. | |
|
The search request that generated these results | |
|
Returns the number of hits in all files retrieved in the search, which may be more than the number actually stored in search results |
|
Property |
|
read only |
|
Method |
|
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.
|