SearchIndexProvider Class |
Namespace: CMS.Search
public class SearchIndexProvider
The SearchIndexProvider type exposes the following members.
Name | Description | |
---|---|---|
![]() | SearchIndexProvider |
Constructor
|
Name | Description | |
---|---|---|
![]() | GetAnalyzer |
Returns current object analyzer.
|
![]() | GetIndexStatus |
Returns the search index status
|
![]() | GetNumberOfIndexedItems |
Gets the number of the indexed items
|
![]() | GetSearcher |
Returns IndexSearcher object with dependence on current index.
|
![]() | GetSearcher(Boolean) |
Returns IndexSearcher object with dependence on current index.
|
![]() | GetWriter |
Returns IndexWriter object with dependence on current index.
|
![]() | InvalidateAnalyzer |
Invalidates cached analyzer for current index.
|
![]() | IsOptimized |
Returns true if the index is optimized
|
![]() | Unlock |
Forcibly unlock current index.
|