IIndexSearcher Interface |
Namespace: CMS.Search
public interface IIndexSearcher
The IIndexSearcher type exposes the following members.
Name | Description | |
---|---|---|
Close |
Closes the searcher
| |
Commit |
Commits the changes to the searcher
| |
Delete |
Deletes the items with matching field name and value
| |
IsOptimized |
Returns true if the index is optimized
| |
IsValid |
Returns true if the searcher is valid
| |
NumberOfDocuments |
Returns the number of documents available in the searcher
| |
Search |
Searches the given query
|