SearchIndexProviderGetWriter Method |
Returns IndexWriter object with dependence on current index.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 12.0.0
Syntax public IIndexWriter GetWriter(
bool create
)
Parameters
- create
- Type: SystemBoolean
Indicates whether index should be created
Return Value
Type:
IIndexWriterSee Also