dtSearch Text Retrieval Engine .NET interface

SearchJob.ResultsAsFilter Property

A SearchFilter with all matching documents selected

public SearchFilter ResultsAsFilter {get;}

Remarks

If WantResultsAsFilter was set to true before the search was executed, ResultsAsFilter will hold a SearchFilter based on the results of the search. Each document retrieved in the search will be selected in the filter.

See Also

SearchJob Class | dtSearch.Engine Namespace