dtSearch Text Retrieval Engine .NET interface

SearchFilter Members

SearchFilter overview

Public Instance Constructors

SearchFilter Overloaded. Initializes a new instance of the SearchFilter class.

Public Instance Properties

IndexCount 

Public Instance Methods

AddIndex Add an index to the filter, returning an integer that can be used to identify the index in the selection functions.
And Combine this filter with another filter in a logical "AND" operation.
AndNot Combine this filter with another filter in a logical "AND NOT" operation.
Dispose (inherited from dtSearch.Engine.DisposableObject) 
Equals Compare two SearchFilters for equality.
freeFilter 
getImplementation 
getIndexPath 
getIndexSelections 
Or Combine this filter with another filter in a logical "OR" operation.
Read Read the search filter from a disk file.
ReadMultiple Read a series of search filters from disk files.
SelectAll Select all of the documents in the index.
SelectItems Set the selection state of a range of document ids, from firstItem to lastItem, to the selection state indicated by fSelected.
SelectItemsBySearch Set the selection state of all documents in an index that match search request.
SelectNone Select no documents in the index.
Write Save the search filter to a disk file.

See Also

SearchFilter Class | dtSearch.Engine Namespace