The following tables list the members exposed by SearchFilter.
Public Methods
Add an index to the filter, returning an integer that can be used to identify the index in the selection functions. | |
Combine this filter with another filter in a logical "AND" operation. | |
Combine this filter with another filter in a logical "AND NOT" operation. | |
Compare two SearchFilters for equality. | |
Returns an array of integers containing the document ids of the documents selected in the filter. | |
Combine this filter with another filter in a logical "OR" operation. | |
Read the search filter from a disk file. | |
Read a series of search filters from disk files. | |
Select all of the documents in the index. | |
This is the overview for the SelectItems method overload. | |
Set the selection state of all documents in an index that match search request. | |
Select no documents in the index. | |
Save the search filter to a disk file. |
Public Properties
Returns the number of indexes in the SearchFilter. |
See Also