IT tutorials
 
Technology
 

SharePoint 2010 : Managing Search Service

8/21/2013 11:36:57 AM
- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019

Setting up the Search Service application may be a one time job, but managing the search is not. Getting good search results to the community is the job of a vigilant administrator. As we have seen in previous recipes, the Search Administrator does not have to be the same person as the Farm Administrator.

Obtaining good search results requires monitoring trends and ensuring that content is being crawled in a timely manner. Using this information, the administrator can make appropriate decisions on how to improve performance.

This recipe introduces us to the Search Administration screen, which is used to manage the Search Service.

Getting ready

There are two ways to manage the search service:

  • You can have farm-level administrative permissions to the Central Administration site

  • You can be assigned as an administrator of the Search Service application

How to do it...

  1. Open the Central Administration site and click Application Management.

  2. The third section is Service Applications. Under this section, click Manage service applications.

  3. Find the Search Service Application option and click on it (this is the name SharePoint assigns by default if not modified when creating the Search Service). The ribbon will light up. Click Manage.

  4. The following form appears:

  5. Click on the domain/username adjacent to the Default Content Access Account option.

  6. A pop-up form titled Default Content Access Account appears. Put in the account that was set up for the previous recipe. Then type in the password. Click OK.&;

  7. Click on the e-mail address adjacent to the Contact e-mail address option. Change this to the appropriate e-mail for your organization. Click OK.

The changes for both items should be reflected in the Search Administration screen.

How it works...

SharePoint 2010 has an extensive Search Administration screen as shown. It is broken down into four sections.

  • The first section is the Administration navigation. This is the left-hand panel, where the quick launch is typically located in SharePoint. It contains four subgroups comprising of Administration, Crawling, Queries and Results, and Reports. Other recipes will address these areas.

  • The second section is the System Status. This is where the performance of the crawls and queries are documented. We changed the e-mail and content account. It is important to always keep in mind the least privileged accounts. In step 6, we used the same account as the Search Service. Based on the security rules of your organization, it is a best practice to set up a different account and use it here.

    The default content access account is the crawl account. Having too much access may result in the account crawling information that should not show up in the index.

  • The third section is the Crawl History results. This is a summary of current and past crawls. It also shows the length of time a crawl takes, the type of crawl (Full, Incremental), and whether the crawl succeeded or failed.

  • The last section is the Search Application Topology. This is where administrators can scale out a search. It shows the components of a search implemented by the server. Changing the server will show the associated components. The components shown are the following: Administration, Crawl, Databases, and Index Partition.

There's more...

The changes made in this recipe were done through the user interface. Using PowerShell is another way to make changes to Search Administration. SPEnterprisesearchserviceapplication&; is the cmdlet used to make changes to the Search Server application.

PowerShell: New Content Account
Set-SPEnterprisesearchserviceapplication -identity <SearchServiceApplication>-DefaultContentAccessAccountName 
<accountname>-DefaultContentAccessAccountPassword <password>
 
Others
 
- SharePoint 2010 : Setting up Search Service
- Windows Server 2012 : Deploying Servers - Deploying images
- Windows Server 2012 : Deploying Servers - Building images - Building reference images using MDT 2012 Update 1
- Windows Server 2012 : Deploying Servers - Preparing the build lab
- Windows Phone 8 : Multitasking - Background Transfer Service
- Windows Phone 8 : Multitasking - Location-Aware Apps
- Active Directory 2008 : Managing Enterprise Security and Configuration with Group Policy Settings -- Implementing an Audit Policy (part 2) - Auditing Directory Service Changes
- Active Directory 2008 : Managing Enterprise Security and Configuration with Group Policy Settings -- Implementing an Audit Policy (part 1) - Auditing Access to Files and Folders
- Active Directory 2008 : Managing Enterprise Security and Configuration with Group Policy Settings -- Managing Software with Group Policy (part 2)
- Active Directory 2008 : Managing Enterprise Security and Configuration with Group Policy Settings -- Managing Software with Group Policy (part 1)
 
 
Top 10
 
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
Technology FAQ
- Is possible to just to use a wireless router to extend wireless access to wireless access points?
- Ruby - Insert Struct to MySql
- how to find my Symantec pcAnywhere serial number
- About direct X / Open GL issue
- How to determine eclipse version?
- What SAN cert Exchange 2010 for UM, OA?
- How do I populate a SQL Express table from Excel file?
- code for express check out with Paypal.
- Problem with Templated User Control
- ShellExecute SW_HIDE
programming4us programming4us