Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Regenerates the full-text indexes for the current catalog.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Sub RegenerateFullTextIndexes
'Usage
Dim instance As ProductCatalog
instance.RegenerateFullTextIndexes()
public void RegenerateFullTextIndexes()
public:
void RegenerateFullTextIndexes()
public function RegenerateFullTextIndexes()
Exceptions
Exception | Condition |
---|---|
NotAuthorizedException | The caller is not authorized to perform this operation. |
Remarks
The catalog system uses SQL Server fulltext catalog to store and search catalog content. When existing content in a catalog is changed or new content is added the fulltext indexes associated with the catalog needs to be updated. This method updates the fulltext indexes for the current catalog.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.