IndexManagerCreateNewIndex(String, String) Method

Creates a new index. Call AddIndex(Index) to add the index to the index list.

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
public Index CreateNewIndex(
	string strName,
	string strStorePath
)

Parameters

strName  String
Name for the index.
strStorePath  String
The path of the index store.

Return Value

Index
New Index object.

See Also