Skip to main content

Configure Search Service In SharePoint Server 2016

Thus, we have a bird’s eye view of the search components and how they are linked to each other. In order to get started with search, the primary step that has to be done is to create a Search Service Application which will in turn provision the search components. From the ‘Manage Service Applications’ page, select ‘Search Service Application’.



This will open up the Search Service application page where we can specify the service application name and Search Service account.



We can also specify the Application pools that will be used by the search admin web service and the query web service.



Click on OK to start the provisioning of the search service application.



The provisioning will take some time to complete.



Finally, the service application has been created.



Heading over to the service applications list, we can see the new search service application listed out.



We have to make sure that the SharePoint Server Search Service is up and running in the Manage Services on Server page.



Once the search service is running, go to the search administration page and select the ‘Content Sources’ option from ‘Crawling’ section.



This will take us to the page where the Content Sources are listed out. Each content source can contain multiple SharePoint web application URL which will be crawled by the crawl and content processing component during the crawl schedule.



Clicking on the default ‘Local SharePoint sites’ will take us to the page where the ‘Start Addresses’, from where crawl will start, will be listed out. We can add new URLs or edit existing ones here.



We can choose the crawl schedules to be either incremental or continuous crawl. When a full crawl does a sweep through the entire content, Incremental schedule crawls only the updated content from a previous crawl. However, if there is frequent updates to the content, in order to update the search index in real time, continuous crawl can be scheduled. By default, it is set to run every 15 minutes.





In case we need to crawl specific SharePoint URL, we can create a new content source. Adding all the SharePoint URLs in one single content source has a demerit – If we want to run a crawl only over a single SharePoint URL and the Content Source contains a lot of other URLs in addition to our target URL, the crawl takes a long time to complete.



Once the content source is in place, we can start a full crawl.



We can see the duration of the crawl under ‘Current crawl duration’.



Depending on the content size, search crawl may complete in few minutes time or can take from hours to days.



Now, let’s head over to a document library and try to do a search for a document.



The search results has started coming up in the results page. 

Comments