configuring enterprise search

18
19 37 Everyday experiences on SharePoint, Exchange and most things Microsoft Home About Us Services Technologies & Products Blog Contact Us Client Login Search Home »SharePoint » Configuring Enterprise Search in SharePoint 2010 Configuring Enterprise Search in SharePoint 2010 Posted by George Khalil on Jun 21, 2010 in SharePoint, SharePoint 2010 276 We all have to agree that search plays an integral part of any successful SharePoint deployment and is an area that Microsoft continues to invest in with each new release of SharePoint. Microsoft went as far as acquiring FAST 2 years ago which it now offers as a separate add-on to SharePoint for those willing to invest in high end enterprise search. In addition to FAST, SharePoint 2010 search comes in a number of flavors each offering their own feature set and capabilities which I have duplicated at the end of this article as an Appendix for convenience. Today we will introduce SharePoint Server 2010 Search and eventually work our way up to Microsoft’s latest and greatest FAST Search Server in a near future article. Before we deep dive into the step by step guide I will begin by listing some of the new features that you will come to expect from SharePoint Server 2010 Search. These are as follows; Boolean query syntax has finally been introduced. These include AND, OR and NOT operators in your search queries. Suggestions whilst typing and after running search queries, a feature that we have come to love with major search engines such as Google and Bing. Integrating SharePoint enterprise search with Windows 7, allowing end users to utilise the Windows 7 search box to locate SharePoint 2010 content. Results display has been refined to provide filters for search results such as document type, categories and managed properties. Page 1 of 18 Configuring Enterprise Search in SharePoint 2010 5/16/2013 http://sharepointgeorge.com/2010/configuring-enterprise-search-sharepoint-2010/

Upload: eleazarlost

Post on 29-Dec-2015

28 views

Category:

Documents


1 download

DESCRIPTION

Configuring Enterprise Search

TRANSCRIPT

Page 1: Configuring Enterprise Search

19

37

Everyday experiences on SharePoint, Exchange and most things Microsoft

• Home• About Us• Services• Technologies & Products• Blog• Contact Us

Client Login

Search

Home »SharePoint » Configuring Enterprise Search in SharePoint 2010

Configuring Enterprise Search in SharePoint 2010

Posted by George Khalil on Jun 21, 2010 in SharePoint, SharePoint 2010

276

We all have to agree that search plays an integral part of any successful SharePoint deployment and is an area that Microsoft continues to invest in with each new release of SharePoint. Microsoft went as far as acquiring FAST 2 years ago which it now offers as a separate add-on to SharePoint for those willing to invest in high end enterprise search.  In addition to FAST, SharePoint 2010 search comes in a number of flavors each offering their own feature set and capabilities which I have duplicated at the end of this article as an Appendix for convenience.

Today we will introduce SharePoint Server 2010 Search and eventually work our way up to Microsoft’s latest and greatest FAST Search Server in a near future article.  Before we deep dive into the step by step guide I will begin by listing some of the new features that you will come to expect from SharePoint Server 2010 Search.   These are as follows;

• Boolean query syntax has finally been introduced.  These include AND, OR and NOT operators in your search queries.

• Suggestions whilst typing and after running search queries, a feature that we have come to love with major search engines such as Google and Bing.

• Integrating SharePoint enterprise search with Windows 7, allowing end users to utilise the Windows 7 search box to locate SharePoint 2010 content.

• Results display has been refined to provide filters for search results such as document type, categories and managed properties.

Page 1 of 18Configuring Enterprise Search in SharePoint 2010

5/16/2013http://sharepointgeorge.com/2010/configuring-enterprise-search-sharepoint-2010/

Page 2: Configuring Enterprise Search

• View in Browser capabilities, allows end users to view documents within their own browser utilising Office Web Apps and not having to rely on launching the necessary Microsoft Office Application, or even the need of having it installed on their local machine.  This is handy when browsing your SharePoint site via Kiosks and Internet Cafes that may not be running the Microsoft Office Suite.

• Last but not least, there have been a number of improvements to People Search, including phonetic name and nickname matching, and improved relevance and self search.

Now that we have a taste for what’s to come, let’s begin our configuration.

SharePoint Server Search is a service application which we have come to learn about over the past few articles that it is independent of other services and is no longer tied to the Shared Services Provider (SSP) that was introduced in SharePoint 2007.

SharePoint 2010 search architecture is made up of the Crawler, Indexing Engine, Query Engine and the User Interface and Query Object Model.  We now have greater flexibility and expandability with our search design in 2010 and can setup not only multiple Query Servers but can now scale out our Index server and add multiple instances.

Below is a logical overview of the components that will make up our SharePoint 2010 search configuration.

Configuring the Service Application

As always we begin our journey in Central Administration / Application Management / Manage Service Applications.

Page 2 of 18Configuring Enterprise Search in SharePoint 2010

5/16/2013http://sharepointgeorge.com/2010/configuring-enterprise-search-sharepoint-2010/

Page 3: Configuring Enterprise Search

Click New / Search Service Application.

Name: Enter a name for your Service Application.

FAST Service Application: Select “None” (we will leave the configuration of FAST for a future article)

Search Service Account: Click on Register new managed account and ensure your domain account has already been provisioned in Active Directory.  I have created a separate search account; e.g. DOMAIN\sp_search

Page 3 of 18Configuring Enterprise Search in SharePoint 2010

5/16/2013http://sharepointgeorge.com/2010/configuring-enterprise-search-sharepoint-2010/

Page 4: Configuring Enterprise Search

Application Pool for Search Admin Web Service: Create a new application pool for your search admin web service application.

Application Pool for Search Query and Site Settings Web Service: Create a new application pool for your search query web service application.

Page 4 of 18Configuring Enterprise Search in SharePoint 2010

5/16/2013http://sharepointgeorge.com/2010/configuring-enterprise-search-sharepoint-2010/

Page 5: Configuring Enterprise Search

Click Create

The search service application will begin its configuration process.

You will eventually be presented with confirmation that the search service application was created successfully.

If we now navigate back to Application Management / Manage Service Applications, you will notice that 2 additional services have been added to our list.  These are;

1. Search Service Application (Typical Search Administration page which is similar to that in SharePoint 2007. From here we can create content crawl rules, reset indexes, setup content sources etc).

2. WSS_UsageApplication (This is a new service in SharePoint 2010 that specifically handles our Usage and Health Data Collection Service Application.  This service application handles web analytics such as usage, search query usage, rating usage etc  More on this in a future article).

Let’s now launch the Search Administration page by clicking on our Search Service Application.

Page 5 of 18Configuring Enterprise Search in SharePoint 2010

5/16/2013http://sharepointgeorge.com/2010/configuring-enterprise-search-sharepoint-2010/

Page 6: Configuring Enterprise Search

Our Default content access account should be set to the account that we had specified at the time of provisioning the Search Service Application; i.e. DOMAIN\sp_search

Confirming Permissions

There are a couple of areas to note that we should check to ensure that our Default content access acount (sp_search) has been provided with the appropriate access permissions.  Let’s first begin by checking our User Profile Service Application by Navigating to Service Applications / User Profiles.  Just highlight the User Profiles and select Administrators from the ribbon.

Page 6 of 18Configuring Enterprise Search in SharePoint 2010

5/16/2013http://sharepointgeorge.com/2010/configuring-enterprise-search-sharepoint-2010/

Page 7: Configuring Enterprise Search

Our newly provisioned sp_search account should have “Retrieve People Data for Search Crawlers” selected as a permission.

Page 7 of 18Configuring Enterprise Search in SharePoint 2010

5/16/2013http://sharepointgeorge.com/2010/configuring-enterprise-search-sharepoint-2010/

Page 8: Configuring Enterprise Search

We will also confirm that our sp_search account has the necessary “Read” permissions against the Web Applications being crawled.

Navigate to Central Administration / Application Management / Manage Web Applications.  Again, highlight the Web Application in question and from the ribbon select User Policy.

Ensure that the Search Crawling Account is set to the sp_search domain account.

Page 8 of 18Configuring Enterprise Search in SharePoint 2010

5/16/2013http://sharepointgeorge.com/2010/configuring-enterprise-search-sharepoint-2010/

Page 9: Configuring Enterprise Search

Content Sources

Let’s venture into our content sources listed in the Quick Launch navigation bar under Crawling.  You do so by first navigating to your Search Application Service and clicking on Manage.

As was the case with SharePoint 2007, our Local SharePoint sites will be detected by default, albeit without a crawl schedule.

Check to see that your Start Addresses are located within your content source via editing the content source from the drop down menu.  These includes all SharePoint Web Applications and the sps3 “User Profiles” address.

You can easily create your crawl schedule by clicking on Local SharePoint sites and scrolling down to Crawl Schedules.

Let’s initiate a Full Crawl by clicking on Start all Crawls from the Manage Content Sources page.

Once your crawl has completed, you should confirm that there were no errors encountered during the initial crawl.  Usually any errors noted are most likely due to incorrect permission assignments.

Page 9 of 18Configuring Enterprise Search in SharePoint 2010

5/16/2013http://sharepointgeorge.com/2010/configuring-enterprise-search-sharepoint-2010/

Page 10: Configuring Enterprise Search

Creating a “Basic Search Center” Site

If you haven’t done so already, from your top level site, click on Site Actions / New Site.

Select “Basic Search Center”

Enter a Name and URL and click on Create.

This will provision the Search Center similar to the below.

Creating an “Enterprise Search Center” Site

Let’s also create an Enterprise Search Center for comparison.  The key difference here is that we are provided with two tabs for searching, one for Sites and the other for People.  The “Enterprise Search Center” will be the search site of choice for most organizations running SharePoint Server.

From Central Administration / Application Management / Site Collections, click on Create site collections.   Ensure you are creating the Site Collection below the relevant Web Application.

Enter your Title, Description etc and select the Enterprise Tab under Template selection.  Select the Enterprise Search Center, specify your site collection administrators and click OK.

Page 10 of 18Configuring Enterprise Search in SharePoint 2010

5/16/2013http://sharepointgeorge.com/2010/configuring-enterprise-search-sharepoint-2010/

Page 11: Configuring Enterprise Search

This will provision the Enterprise Search Center similar to the below.

As we have already completed an initial Full crawl earlier, I can now test my new search centers by performing a couple of searches.

Searching Content

Page 11 of 18Configuring Enterprise Search in SharePoint 2010

5/16/2013http://sharepointgeorge.com/2010/configuring-enterprise-search-sharepoint-2010/

Page 12: Configuring Enterprise Search

Searching People

Now I ran into an issue when trying to search for content located in My Sites.  The crawl log displayed the following warning;

“This item and all items under it will not be crawled because the owner has set the NoCrawl flag to prevent it from being searchable”

Page 12 of 18Configuring Enterprise Search in SharePoint 2010

5/16/2013http://sharepointgeorge.com/2010/configuring-enterprise-search-sharepoint-2010/

Page 13: Configuring Enterprise Search

In order to fix this issue (and this is true for any Site Collection), is to navigate to your My Site host and click on Site Actions / Site Settings.

Click on “Search and offline availability” under Site Administration, and ensure that you have Indexing Site Content, Allow this site to appear in search results? set to “Yes”.

After enabling the indexing of My Sites, I was able to successfully perform My Site Content searches and the warning disappeared from the Crawl Log.

That’s all that is to it in setting up a search center in its most basic form.  From here you can expand your service applications over multiple servers providing you with redundancy, scalability and increased performance .  Until next time, happy searching

Subscribe to this blog and join our Facebook page and Twitter Page to keep up to date and be notified of our latest articles.

If you require any assistance with your SharePoint or other IT needs, the team at GKM2 are happy to assist.  You can contact us via [email protected] or 1300 797 288 within Australia.

References:

TechNet :: Getting Started with Enterprise Search in SharePoint 2010 Products

Appendix

Page 13 of 18Configuring Enterprise Search in SharePoint 2010

5/16/2013http://sharepointgeorge.com/2010/configuring-enterprise-search-sharepoint-2010/

Page 14: Configuring Enterprise Search

Share |

SharePoint Versions Search Comparison

Feature SharePoint Foundation 2010

Search Server 2010 Express

Search Server 2010

SharePoint Server 2010

FAST Search Server 2010 for SharePoint

Basic site search Y Y Y Y Y

Best Bets Y Y Y Y

Visual Best Bets Y

Similar Results Y

Duplicate Results Y

Search Scopes Y Y Y Y

Search Enhancement based on user context

Y

Crawled and Managed Properties

Y Y Y Y*

Query Federation Y Y Y Y

Query Suggestions Y Y Y Y

Sort Results on Managed Properties or Rank Profiles

Y

Relevancy Tuning by Document or Site Promotions

Y Y Y Y*

Shallow Results Refinement

Y Y Y Y

Deep Results Refinement

Y

Document Preview Y

Windows 7 Federation Y Y Y Y

People Search Y Y

Social Search Y Y

Taxonomy Integration Y Y

Multi-Tenant Hosting Y Y

Rich Web Indexing Support

Y

Like 32 people like this. Sign Up to see what your friends like.

69 comments

Check out the Z-Hire Employee-

Provisioning app

What's this?

Secret to a Gorgeous Face: It's the

Eyebrows

Leave a message...

Newest Community #⤤Share

Liakath Ali •

Hi George can you please help me to pick up the file types (.mpp, .mpt, .bmp, .jpg, .png..etc.,) in

advanced search. In my environment i am not able to retrieve these extension files. In my

investigation i came to know that we need to register appropriate iFilter. Already i have installed

0★

Page 14 of 18Configuring Enterprise Search in SharePoint 2010

5/16/2013http://sharepointgeorge.com/2010/configuring-enterprise-search-sharepoint-2010/

Page 15: Configuring Enterprise Search

Microsoft®Translator

Follow Us

Translate this page

Spanish

GKM2 on Facebook

GKM2 Solutions

Like 329

updates via email

Enter your email address:

Subscribe

Categories

• Exchange (14)◦ Exchange 2007 (7)◦ Exchange 2010 (7)

• Firefox (1)• Forefront (3)

Page 15 of 18Configuring Enterprise Search in SharePoint 2010

5/16/2013http://sharepointgeorge.com/2010/configuring-enterprise-search-sharepoint-2010/

Page 16: Configuring Enterprise Search

◦ TMG (2)• InfoPath (2)• ISA (3)• Office (3)• SharePoint (51)

◦ SharePoint 2007 (23)◦ SharePoint 2010 (23)◦ SharePoint 2013 (3)

• SQL (3)◦ SQL 2012 (1)

• System Center (1)◦ Data Protection Manager (1)

• Uncategorized (2)• Virtualisation (3)

◦ VMware (1)• Windows (15)

◦ Windows 2008 R2 (9)◦ Windows 2012 (1)◦ Windows 7 (6)

Archives

• February 2013 (1)• October 2012 (1)• September 2012 (1)• August 2012 (1)• July 2012 (3)• June 2012 (1)• May 2012 (2)• December 2011 (1)• November 2011 (1)• March 2011 (2)• August 2010 (3)• July 2010 (2)• June 2010 (2)• May 2010 (4)• April 2010 (4)• March 2010 (3)• January 2010 (1)• December 2009 (3)• November 2009 (7)• October 2009 (5)• September 2009 (5)• August 2009 (3)• July 2009 (3)• June 2009 (5)• May 2009 (6)• April 2009 (7)• March 2009 (3)

Page 16 of 18Configuring Enterprise Search in SharePoint 2010

5/16/2013http://sharepointgeorge.com/2010/configuring-enterprise-search-sharepoint-2010/

Page 17: Configuring Enterprise Search

Popular Posts

1. Configuring Active Directory (AD DS) in Windows Server 20122. Configuring Enterprise Search in SharePoint 20103. Configuring the User Profile Service in SharePoint 20104. Configuring incoming email in SharePoint 2010 with Exchange - Step by Step Guide5. Configuring My Site in SharePoint 2010

Blogroll

• Ayman El-Hattab (MVP)• Marwan Tarek (MVP)• Muhanad Omar (MVP)• My Old Blog• Our Company Site• Planet SharePoint

My Links

• Microsoft Exchange Team Blog• Microsoft SharePoint Team Blog• Microsoft Windows Server Division Blog• Our Company Site

Recent Posts

• Check out the Z-Hire Employee-Provisioning app• Creating a Recovery Database in Exchange 2010• How Email Archiving Can Benefit Your Business• Create a Web Application and Site Collection in SharePoint 2013 Preview• Installing SharePoint 2013 Preview on Windows 2012 Server with SQL 2012-Part 2

Follow Us

By: Web Designer

Follow@gkm2solutionson twitter.

• Home• About Us

◦ Who we are◦ Our Founders◦ Industry Credentials◦ Our Publications◦ Partners

• Technologies & Products◦ Domains and Web Hosting◦ Exchange◦ Firewalls

Page 17 of 18Configuring Enterprise Search in SharePoint 2010

5/16/2013http://sharepointgeorge.com/2010/configuring-enterprise-search-sharepoint-2010/

Page 18: Configuring Enterprise Search

◦ GFI◦ ISA/TMG Server◦ Office 365◦ SharePoint◦ Telstra T-Suite◦ Windows

• Services◦ Managed Services & Remote Network Monitoring◦ Cloud Offerings◦ Consulting◦ Disaster Management and Backup◦ Infrastructure◦ Messaging and Email◦ Network Security◦ Technology Strategy◦ Training

© 2013 GKM2 Solutions | Privacy | Terms & Conditions

Page 18 of 18Configuring Enterprise Search in SharePoint 2010

5/16/2013http://sharepointgeorge.com/2010/configuring-enterprise-search-sharepoint-2010/