Skip to main content

SharePoint 2013: Configuration Search

Create managed accounts:

Before creating and configuring the required search service application, we have to create the accounts which we use for enterprise search. Here I have an account in AD called SP_search. Now we will add this account as managed account.

To do that go to central administration page and click on security.



Click on Configure Managed accounts under general security. It will open below screen shot : Registered Managed Account. Please enter the Username, Password. If you want to set the automatic password change click on the check box against the "Enable automatic password change" otherwise leave as it is and click ok. The account will get added to the list of managed accounts.



Create search service application:


Click on "Manage Service Applications" under Application Management from central administration.

Click on search service application from new service application list.



Scroll down a little bit from the "Create New Search Service Application" popup screen, then Select the create a new application pool and enter the application pool name as "SP-Search Admin Web Service"and select the account as "spsearch". Please see the below Figure.



Scroll down a little bit more from the popup screen, then Select the create a new application pool and enter the application pool name as "SP-Search Query and Site Settings Web" and select the security account as "spsearch".



You have entered all the required values to create the search service application, hit the OK button.

It will show the below dialog box "Please wait while your changes are processed for search service application".



It will the show the below screen as the final status of completion of creating the search service application. Please see the below Figure.



To verify it you can go and check under the "Manage Service Applications" section you will have newly created "Search Service Application".



Configure search service application:


Click on Search Service Application from the above figure to see the administration page details of search.

It will display the below figures.

By selecting various parameters under system status of search administration you can configure search.

You can observe that the "default Content access account" here is "SPSearch".  Please see the below screen.



Second half of the search administration and main one is Search Application Topology. Please see the below screen there are four databases created by creation of Search service application.

  • Administration database
  • Analytics Reporting Database
  • Crawl Database
  • Link Database

In SharePoint 2013 Analytics services also included in the search.  As I said before there are lots of changes in Search in 2013, we will cover each one of them.



Create Content Source:


We have created search service application successfully. Now to create content source to get the desired content show to the user.



Go to search central administration and click on content sources under Crawling section.



From the Figure: Content Sources, you can observe that by default it will create Local SharePoint sites content sources, but in the real world we will create individual content source for each web application. So let’s create a content source.

To create it click on "New Content Source" from the.

Enter the details shown in the below figures for

Name: SharePoint-

Select the type of content to be crawled: SharePoint sites

Type Start address below: http://sharepoint.com



Leave the remaining setting by default shown in the below Figure.



Crawl schedules:


Leave Enable Continuous Crawl. Create Incremental Crawl and Full Crawl based on your requirement.





After configuring both schedules click ok. New content source "SharePoint" will get added to a list of content sources. For first time if you add a content source by default Full crawl it get initiate automatically.

Enable Continuous Crawls:


While creating the content source the incremental crawl will get disabled. This it says that you don't require the incremental crawl because it has been set to "Enable Continuous Crawl".

But to enable it you should have enough Infrastructures in place so that performance will get affected.



One more thing to note here is if you set continuous crawl, while creating the content source for the first time it will show the crawl status as continuous crawl by default.

Please see the below Figure.


Now we have created content source and have seen what the purpose of Continuous crawl is.

New improvements in search results page:


You have everything ready for search let’s start searching. Open the Enterprise Search center site collection.

New Improvements in Search results page are:

See the below Figure where you have different options to search like.

 

 
  • Everything
  • People
  • Conversations
  • Videos

 

You can observe that under

1. Result Type - you can search based on document type like PDF, web page, word etc.
2. Author - who created the document?
3. Modified date - where you can change the search results based on date can be changed using slider.

    







Once you select the document from the search results small popup opens where you can see

  • Document name
  • Document type
  • Last modified
  • Contributor

There are three more options to Open, send via email and View library to see the details of the library where the document or item stored.


 

 

Comments

Popular posts from this blog

Sharepoint Interview questions

What is Microsoft Windows SharePoint Services? How is it related to Microsoft Office SharePoint Server 2007? Windows SharePoint Services is the solution that enables you to create Web sites for information sharing and document collaboration. Windows SharePoint Services -- a key piece of the information worker infrastructure delivered in Microsoft Windows Server 2003 -- provides additional functionality to the Microsoft Office system and other desktop applications, and it serves as a platform for application development. Office SharePoint Server 2007 builds on top of Windows SharePoint Services 3.0 to provide additional capabilities including collaboration, portal, search, enterprise content management, business process and forms, and business intelligence. What is Microsoft SharePoint Portal Server? SharePoint Portal Server is a portal server that connects people, teams, and knowledge across business processes. SharePoint Portal Server integrates information from various systems into o

SharePoint 2010 Branding: Change site actions and welcome menu arrows

Here's how you can do it. Hide the image and give our custom image element a background image. Look Like: .ms-viewselector-arrow {     background: transparent url('/PublishingImages/images/Arrow.png') no-repeat scroll 0 0;     height: 4px; /* height of the image */     width: 5px; /* width of the image */ } .ms-viewselector-arrow img {     display: none; }

Lookup field does not showing values in sharepoint2013

SharePoint Custom Form Shows HTML as Text on Lookup Fields   When creating a custom display form on SharePoint Designer, the form displays the actual HTML instead of rendering the HTML on the lookup columns. For example, see the below image: For the lookup value issue, you need to slightly modify the XSLT of the particular field from designer and add the attribute disable-output-escaping="yes" to the field.