Click or drag to resize
IIndexSearcher Interface
Interface for the index searcher

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public interface IIndexSearcher

The IIndexSearcher type exposes the following members.

Methods
  NameDescription
Public methodClose
Closes the searcher
Public methodCommit
Commits the changes to the searcher
Public methodDelete
Deletes the items with matching field name and value
Public methodIsOptimized
Returns true if the index is optimized
Public methodIsValid
Returns true if the searcher is valid
Public methodNumberOfDocuments
Returns the number of documents available in the searcher
Public methodSearch
Searches the given query
Top
See Also