IndexManagerCreateNewIndex(String) Method
Creates a new index in the default index store. 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
)
public:
Index^ CreateNewIndex(
String^ strName
)
- strName String
- Name for the index.
IndexNew
Index object.