Create and setup Query SSA
- Open SharePoint 2010 Central Administration Home Page, under Application Management and click Manage Service Applications
- In Manage Service Applications page, click New –> Search Service Applications
- In Create New Search Service Application page, fill in the details (here’s what I filled)
- Name: FAST Query SSA
- FAST Service Application: FAST Search Query
- Search Service Account: selected the default value
- Application Pool for Search Admin Web Service: FAST_Query_Admin_App_Pool
I also decided to let the AppPool run under dotnetscraps\svcaccnt service account. - Application Pool for Search Query and Site Settings Web Service: FAST_Query_App_PoolI also decided to let the AppPool run under dotnetscraps\svcaccnt service account.
- Refer %fastsearch%\install_info.txt on FAST Search Server for the following details|e.g.: Query Service Location (since our queries are HTTP based): http://WIN-FS.dotnetscraps.com:13287
Administration Service Location: http://WIN-FS.dotnetscraps.com:13257
Resource Store Location: http://WIN-FS.dotnetscraps.com:13255
Account for Administration Service: dotnetscraps\fastuser - Click OK
- When finished, you will get a confirmation that a new Content SSA is created and is added in the list of Service Applications –> click OK
- Now to configure SharePoint 2010 to use FAST Search as a default search provider
- Open SharePoint Central Administration –> Application Management and click Configure service application associations
- Under Application Proxy Group, click default
- Select FAST Query SSA (or the Query SSA you created earlier) and click [set as default].
NOTE: I decided to uncheck Search Service Application as I won’t be using it for our http://win-sp site.So now, all search done on our team site will use FAST Search to perform the query.
- We haven’t finished yet, SharePoint 2010 uses Claims for authentication. We will need to export a certificate from SharePoint 2010 Server and import it on the FAST Search query server(s). This does not mean your query traffic is HTTPS base.
- On SharePoint Server 2010, Start –> All Programs –> Microsoft SharePoint 2010 Products –> right click onSharePoint 2010 Management Shell and Run as administrator
- Type the following command$stsCert = (Get-SPSecurityTokenServiceConfig).LocalLoginProvider.SigningCertificate
$stsCert.Export(“cert”) | Set-Content -encoding byte MOSS_STS.cer - Copy the MOSS_STS.cer on the FAST Search Server
- On FAST Search Server, Start –> All Programs –> Microsoft FAST Search Server 2010 for SharePoint –> right click on Microsoft FAST Search Server 2010 for SharePoint shell and Run as administrator
- Navigate to the folder %FASTSEARCH%\installer\scripts, and type the command.\InstallSTSCertificateForClaims.ps1 -certPath <”path_to_MOSS_STS.cer_file”>
- Finally, we will need to activate SharePoint Server Publishing Infrastructure under Site Collection Administration.
- Open the Web Site (http://win-sp, this is a Team site I created using the Configuration Wizard).
- Click Site Actions –> click Site Settings
- Under Site Collection Administration –> click Site collection features
- Scroll down and look for SharePoint Server Publishing Infrastructure and click Activate
Let us also verify the Office Web Application feature of viewing and editing Office documents directly from the browser is enabled on the server.
- Open SharePoint 2010 Central Administration Home Page, under System Settings and click Manage services on server
- On the Services page, verify that Excel Calculation Services, Word Viewing Service, and PowerPoint Service are Started.Looks good now.
Open a new browser windows and hit http://win-sp, right hand top corner in the search bar type “document” (I typed “topology” as I know some of the documents I have uploaded have topology as a keyword.)
Success !! The FAST Search is working fine
Click on View In Browser in the screenshot above.
Click Edit in Browser, you can Edit the document Format it and Save it.
Done.
for more info please visit http://www.sharepointreferences.wordpress.com
No comments:
Post a Comment