Updating FullText Catalogs

If you have multiple Commerce Server 2002 catalogs in one FullText catalog, you can use the UpdateFulltextcatalogs.vbs script in the Program Files\Microsoft Commerce Server 2002\Support directory to update your FullText catalogs.

If you do not want FullText catalogs to be created when you create a catalog, you can set the value of the lNumFullTextCatalogs parameter in the CatalogManager.Initialize method to 0. For example:

oCatalogManager.Initialize “connection string” , true, 0

To prevent catalogs from being created during an XML import process, set the value of the fGenerateFullTextIndexes parameter in the CatalogManager.ImportXML method to false. For example:

oCatalogManager.ImportXML “xml file path”, true, true, false

If you are creating catalogs by using Business Desk, then you can use the Commerce Server MMC to set the value of the num_full_text_catalogs property of the Product catalog resource to 0.

You can create the FullText catalogs later by using the RegenerateFreeTextIndex method of the ProductCatalog object.

Copyright © 2005 Microsoft Corporation.
All rights reserved.