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: 8.2.23
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
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
See Also