Select all document ids listed in search results (deprecated)
makeFrom() is deprecated because the search results may contain only some of the matching documents (for example, a SearchResults object may contain only the best-matching 100 documents).
void makeFrom(dtsSearchResultsHandle hResults);
Instead, either using selectItemsBySearch or setting SearchJob.WantResultsAsFilter is recommended, to ensure that the SearchFilter produced is complete.
|
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.
|