dtSearch Text Retrieval Engine .NET interface

SearchFilter.AddIndex Method 

Add an index to the filter, returning an integer that can be used to identify the index in the selection functions.

public int AddIndex(
   string indexPath
);

Parameters

indexPath
Full path to the index to add to the filter.

Return Value

Integer to be used as whichIndex in the Select methods.

See Also

SearchFilter Class | dtSearch.Engine Namespace