Click or drag to resize
ISearchManager Interface
Provides an interface to the search index manager

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

The ISearchManager type exposes the following members.

Methods
  NameDescription
Public methodAddResults
Adds the attachment results to the search results
Public methodCreateAnalyzer(SearchIndexInfo)
Returns analyzer that can be used on searching over multiple indexes
Public methodCreateAnalyzer(SearchIndexInfo, Boolean)
Returns current object analyzer.
Public methodCreateFilter
Creates the defined search filter
Public methodCreateIndexSearcher
Creates the index searcher
Public methodCreateIndexWriter
Creates the index writer for the given path and Analyzer
Public methodGetQueryClauses
Returns SQL Fulltext query.
Public methodUnlock
Forcibly unlock current index.
Top
See Also