Links
dtSearch Text Retrieval Engine Programmer's Reference 7.70
DSearchJob::CopyOutputSearchFilter Method
DSearchJob Class | DSearchJob Class | dtSearch Namespace | Send Feedback

Copy the output search filter and return it.

dtsSearchFilter * CopyOutputSearchFilter();
Returns

A copy of the search filter (use DetachOutputSearchFilter to detach the original search filter, avoiding the need to make a copy).

Remarks

If SetWantResultsAsFilter(true) was called before the search, the search results will include a search filter (see dtsSearchFilter) with all of the documents retrieved in the search. 

Note: The output search filter is separate from the optional search filter that you can provide to limit the results of the search, through SetSearchFilter().

Class
Links
You are here: C++ Support Classes > dtSearch Namespace > Classes > DSearchJob Class > DSearchJob::CopyOutputSearchFilter Method
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.