IndexManagerAddIndex Method
Adds a
Index object to the index list. The index must not already exist in the index list.
Namespace: Mythicsoft.Search.CoreAssembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
public void AddIndex(
Index index
)
public:
void AddIndex(
Index^ index
)
Parameters
- index Index
- The index object to add to the index list.