Enable click-through relevancy after initial configuration (FAST Search Server 2010 for SharePoint)
Published: May 12, 2010
You may decide not to enable click-through relevancy when you run the configuration wizard. If you want to enable click-through relevancy later, follow these steps:
-
On the Start menu, click All Programs.
-
Click Microsoft FAST Search Server 2010 for SharePoint.
-
Right click Microsoft FAST Search Server 2010 for SharePoint shell and select Run as administrator.
-
At the Windows PowerShell command prompt, browse to installer\scripts under the installation folder.
-
Type the following command:
.\configuresharepointauthorization.ps1 -installedMode <mode> [-sharepointserver <servername>] [-sharepointUserIdentity <userIdentity>]
-
Replace <mode> with "basic" if Microsoft SharePoint Server was installed using the Standalone option, or with "advanced" if it was installed by using the Server Farm option.
-
If Microsoft SharePoint Server was installed using the Standalone option, specify –sharepointserver and replace <servername> with the fully qualified name of the Microsoft SharePoint Server.
-
If Microsoft SharePoint Server was installed using the Server Farm option, specify –sharepointUserIdentity and replace <userIdentity> with the user who is running the Microsoft SharePoint 2010 Timer Service. This user is specified in the Microsoft SharePoint Server post-setup configuration.
-
In the following example, Microsoft SharePoint Server was installed using the Standalone option ("basic" installation mode):
.\configuresharepointauthorization.ps1 -installedMode "basic" -sharepointserver "moss1.contoso.com"
Change History
| Date | Description |
|---|---|
| May 12, 2010 | Initial publication |
