Trigger Start the Web Crawler
Trigger Start the Web Crawler
- GET https://opensolr.com/solr_manager/api/start_crawl
- Parameters:
- email - your opensolr registration email address
- api_key - your opensolr api_key
- core_name - the name of the core you wish to start the web crawler process for
- ignore_media - tell the web crawler to ignore any image files from crawling. possible values are 0 for including media files, or 1 for excluding media files
- resume - tell the web crawler if you want to resume the current crawl process, or start over. possible values are 0 to start over, or 1 to resume crawling from where it last left off.
- mode - the mode to crawl. possible values are: 1 or 2 or 3. Default value is 1.
- Crawl all DOMAIN links (full site crawl. follows all subdomains *.site.com, and all paths *.site.com/*)
- Crawl all HOST links (limits crawl to HOST only site.com and all it's paths, doesn't follow other subdomains)
- Crawl all PATH links (limits crawl to given PATH, site.com/path/ will not go outisde the /path/)
-
Example: https://opensolr.com/solr_manager/api/start_crawl?email=&
api_key=Please log in&core_name=my_solr_core&mode=1