dtSearch Text Retrieval Engine .NET interface

SearchFilter.SelectItemsBySearch Method 

Set the selection state of all documents in an index that match search request.

public int SelectItemsBySearch(
   int whichIndex,
   string searchRequest,
   bool isSelected
);

Parameters

whichIndex
Integer identifying the index in this SearchFilter (obtained from AddIndex)
searchRequest
Search request to select documents
isSelected
Selection state to assign to documents

See Also

SearchFilter Class | dtSearch.Engine Namespace