Sharepoint 2013 set up continuous crawl rules (crawl)

Source: Internet
Author: User


enable continuous crawls for existing content sources
    1. Verify that the user account that is performing this procedure is the administrator of the Search Service application.

    2. In central administration, in the Application Management section, click Manage Service Applications.


    1. Click Search Service Application.

    2. On the Search administration page, in the Quick Launch, click Content Sources under crawling.

    3. On the Manage Content Sources page, click the SharePoint content source for which you want to enable continuous crawling.


    1. In the Crawl Schedule section, select Enable continuous crawls.


    1. Click OK.

    2. Verify: On the Manage Content Sources page, verify that the Status column has a continuous crawl status.


enable continuous crawls for new content sources
  1. Verify that the user account that is performing this procedure is the administrator of the Search Service application.

  2. In central administration, in the Application Management section, click Manage Service Applications.

  3. Click Search Service Application.

  4. On thesearch_service_application_name: Search Administration page, in the Quick Launch, click Content Sources under crawling.

  5. On thesearch_service_application_name: Manage Content Sources page, click New Content source.

  6. Create a content source of type SharePoint site.

    1. In the name section, type a name in the Name field.

    2. In the Content Source Type section, select SharePoint sites.

    3. In the Start Address section, type one or more start addresses.

    4. In the Crawl Settings section, select the crawl behavior for all start addresses.

    5. In the Crawl Schedule section, select Enable continuous crawls.

  7. Click OK.

  8. validation: on thesearch_service_application_name: Manage Content Sources page, verify that the newly added content source has a display and that the Status column has a continuous crawl status.

disable continuous crawls for new content sources
  1. Verify that the user account that is performing this procedure is the administrator of the Search Service application.

  2. In central administration, in the Application Management section, click Manage Service Applications.

  3. Click Search Service Application.

  4. On thesearch_service_application_name: Search Administration page, in the Quick Launch, click Content Sources under crawling.

  5. On thesearch_service_application_name: Manage Content Sources page, click the SharePoint content source for which you want to disable continuous crawls.

  6. In the Crawl Schedule section, clear enable incremental crawls. This disables continuous crawls.

  7. To confirm that you want to disable continuous crawls, click OK.

  8. Optional: Click Edit Schedule to change the schedule for the incremental crawl, and then click OK.

  9. On the search_service_application_name: Edit Content Source page, click OK.

  10. Verify: on thesearch_service_application_name: Manage Content Sources page, verify that the status bar is changed to idle. This may take some time because all URLs that are queued in the crawl queue continue to crawl after you disable continuous crawls.

disable continuous crawls for all content sources
  1. Verify that the user account that is performing this procedure is an administrator of the Search Service application.

  2. Enable the SharePoint 2013 Management Shell on one of the servers in the farm.

      • for Windows SERVER 2008 R2:

      • for Windows Server:

        1. On the start screen, right-click SharePoint 2013 Management Shell, and then click Run as Administrator.

          if "SharePoint 2013 The shell does not appear on the Start screen:

    For more information about how to use Windows Server 2012, see Common management tasks and navigation in Windows Server 2012.

  3. At the Windows PowerShell command prompt, type the following command:

    $SSA =  Get-spenterprisesearchserviceapplication$spcontentsources = $SSA | Get-spenterprisesearchcrawlcontentsource | WHERE {$_. Type-eq "SharePoint"} foreach ($cs in $SPContentSources) {   $cs. enablecontinuouscrawls = $false   $cs. Update ()}
  4. validation: on thesearch_service_application_name: Manage Content Sources page, verify that the Status column for all content sources has become idle. This may take some time because all URLs that are queued in the crawl queue continue to crawl after you disable continuous crawls.

change the continuous crawl interval
  1. Verify that the user account that is performing this procedure is a member of the Farm Administrators group.

  2. Start the SharePoint 2013 Management Shell.

      • for Windows SERVER 2008 R2:

      • for Windows Server:

        1. On the start screen, right-click SharePoint 2013 Management Shell, and then click Run as Administrator.

          if "SharePoint 2013 The shell does not appear on the Start screen:

    For more information about how to interact with Windows Server 2012, see Common management tasks and navigation in Windows Server 2012.

  3. At the Windows PowerShell command prompt, type the following command:

    $ssa = Get-spenterprisesearchserviceapplication$ssa. SetProperty ("Continuouscrawlinterval", N)

    which

    • n is the interval of time (in minutes) for successive crawls to start. The default time interval is set to 15 minutes. The minimum time interval that can be set is 1 minutes.

Reference Address: https://technet.microsoft.com/en-us/library/jj219802.aspx

Sharepoint 2013 set up continuous crawl rules (crawl)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.