Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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.