ISearchManagerCreateIndexWriter Method |
Creates the index writer for the given path and Analyzer
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax IIndexWriter CreateIndexWriter(
string path,
ISearchAnalyzer analyzer,
bool create
)
Parameters
- path
- Type: SystemString
Index path - analyzer
- Type: CMS.SearchISearchAnalyzer
Analyzer - create
- Type: SystemBoolean
If true, the writer is created
Return Value
Type:
IIndexWriterSee Also