SearchIndexProviderGetSearcher Method (Boolean) |
Returns IndexSearcher object with dependence on current index.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 8.2.23
Syntax public IIndexSearcher GetSearcher(
bool readOnly
)
Parameters
- readOnly
- Type: SystemBoolean
Indicates whether searcher will be used for deleting (false) or searching (true)
Return Value
Type:
IIndexSearcherSee Also