Extends the dtsSearchResults class to add simpler access to string properties of retrieved documents.
class DSearchResults : public dtsSearchResults;
dtsfc.h
|
Method |
Description |
|
Returns a pointer to an array of word offset of hits in the document selected by GetNthDoc | |
|
Retrieves a single field from the field-value pairs containing document properties. | |
|
Field-value pairs containing document properties. | |
|
Fills the document property members with information about one document in the search results. | |
|
Returns the zero-based index of the currently-selected item in search results | |
|
Get the selection state of the items in search results | |
|
Used to implement lazy initialization of the DocInfoString and DocInfoItems properties, which are collections of named properties that are time-consuming to construct and often not used. | |
|
Generates hit highlighting data for Adobe Reader | |
|
Read search results from an XML file | |
|
Sorts the search results set according to the SortFlags values in flags. | |
|
URL-decode an item in search results. | |
|
URL-encode an item in search results. |
|
Operator |
Description |
|
Copy search results |
|
Data Member |
|
Operator |
|
Method |
|
protected |
|
virtual |
|
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.
|