1
0
Fork 0

Update crawler-overview.md

This commit is contained in:
mblandineau 2019-08-01 14:41:43 +02:00 committed by GitHub
parent bd3b68ebf1
commit 5a984d1200
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ title: Scraper Overview
## How?
The DocSearch scraper is written in python and heavily based on the [Scrapy][1]
framework. It will crawl all pages of your website and extract content from the
framework. It will scrap all pages of your website and extract content from the
HTML structure to populate an Algolia index.
It will automatically follow every internal links to make sure we are not
@ -16,7 +16,7 @@ will be used for the hierarchy, and each `p` of text will be used as a potential
result.
Those CSS selectors can be overwritten, and each website actually has its own
JSON configuration file that describes in more detail how the crawl should
JSON configuration file that describes in more detail how the scrap should
behave. You can find the complete list of options in [the related section][2].
## When?