The methods of the SearchResults class are listed below. For a complete list of SearchResults class members, see the SearchResults Members topic.
AddDoc | Add a document to SearchResults. |
Dispose (inherited from dtSearch.Engine.DisposableObject) | |
Empty | Remove all items from the search results list. |
GetHitByteOffsets | Calculate byte offset of each hit (for plain text files only) |
getImplementation | For internal use. |
GetNthDoc | Select a document in search results. |
IntersectionOf | |
MakePdfHighlightFile | Deprecated -- use MakePdfWebHighlightFile |
MakePdfWebHighlightFile | Generates xml data used to highlight hits in Adobe Reader through a web browser interface. |
NewSearchReportJob | Creates a SearchReportJob that can be used to generate segments of context around each hit in one or more documents. |
SerializeAsXml | Generates a stream of XML containing data in the search results list. |
SerializeFromXml | Fills a SearchResults object with data from an XML stream generated by SerializeAsXml |
setImplementation | |
SetSortKey | Set the sort key for the currently-selected document. |
Sort | Sorts the search results according to the value in flags, with an optional user-defined field name. |
UnionWith | |
UrlDecodeItem | UrlDecodeItem converts a string created by UrlEncodeItem back into a search results item. |
UrlEncodeItem | Creates a url-encoded string describing the currently-selected item in search results. |
SearchResults Class | dtSearch.Engine Namespace