Click or drag to resize
SearchIndexProvider Class
Provides indexing for particular search index type
Inheritance Hierarchy
SystemObject
  CMS.SearchSearchIndexProvider

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

The SearchIndexProvider type exposes the following members.

Constructors
  NameDescription
Public methodSearchIndexProvider
Constructor
Top
Methods
  NameDescription
Public methodGetAnalyzer
Returns current object analyzer.
Public methodGetIndexStatus
Returns the search index status
Public methodGetNumberOfIndexedItems
Gets the number of the indexed items
Public methodGetSearcher
Returns IndexSearcher object with dependence on current index.
Public methodGetSearcher(Boolean)
Returns IndexSearcher object with dependence on current index.
Public methodGetWriter
Returns IndexWriter object with dependence on current index.
Public methodInvalidateAnalyzer
Invalidates cached analyzer for current index.
Public methodIsOptimized
Returns true if the index is optimized
Public methodUnlock
Forcibly unlock current index.
Top
See Also