getHandle() returns the handle that the dtSearch Engine uses internally to identify a search results set.
dtsSearchResultsHandle getHandle();
The dtsSearchResults constructor allocates this handle and the dtsSearchResults destructor releases it, in both cases through calls to the dtSearch Engine API. To attach a dtsSearchResults object to a search job, set the search job's resultsHandle member to the value returned by getHandle().
|
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.
|