IndexManagerCreateNewIndex(String, String) Method
Creates a new index. Call
AddIndex(Index) to add the index to the index list.
Namespace: Mythicsoft.Search.CoreAssembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
public Index CreateNewIndex(
string strName,
string strStorePath
)
public:
Index^ CreateNewIndex(
String^ strName,
String^ strStorePath
)
- strName String
- Name for the index.
- strStorePath String
- The path of the index store.
IndexNew
Index object.