SearchIndexProvider GetSearcher Method (Boolean)Kentico 8.0 API Reference
Returns IndexSearcher object with dependence on current index.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

readOnly
Type: OnlineSystem Boolean
Indicates whether searcher will be used for deleting (false) or searching (true)

Return Value

Type: IIndexSearcher
See Also