RegenerateFullTextIndexes Method (Boolean)
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 ( _
forceUpdate As Boolean _
)
'Usage
Dim instance As ProductCatalog
Dim forceUpdate As Boolean
instance.RegenerateFullTextIndexes(forceUpdate)
public void RegenerateFullTextIndexes(
bool forceUpdate
)
public:
void RegenerateFullTextIndexes(
bool forceUpdate
)
public function RegenerateFullTextIndexes(
forceUpdate : boolean
)
Parameters
- forceUpdate
Type: System..::.Boolean
Exceptions
Exception | Condition |
---|---|
NotAuthorizedException | The caller is not authorized to perform this operation. |
Remarks
Allows force updating the changes to the catalog system.
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.