Click or drag to resize
SearchIndexProviderGetSearcher Method

Note: This API is now obsolete.

Returns IndexSearcher object with dependence on current index.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 12.0.0
Syntax
C#
[ObsoleteAttribute("Use GetSearcher(bool) instead.")]
public IIndexSearcher GetSearcher()

Return Value

Type: IIndexSearcher
See Also