Click or drag to resize
ISearchManagerCreateIndexWriter Method
Creates the index writer for the given path and Analyzer

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
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: IIndexWriter
See Also