Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
adding this temporal index in order to demo #475
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain Pace committed Jun 7, 2018
1 parent 2806577 commit d099486
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions configs/eslint_demo_475.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"index_name": "eslint_demo_475",
"start_urls": [
{
"url": "https://eslint.org/blog/",
"tags": [
"blog"
],
"selectors_key": "blog"
},
{
"url": "https://eslint.org/docs/(?P<area>.*?)/",
"variables": {
"area": [
"rules",
"user-guide",
"developer-guide",
"maintainer-guide"
]
},
"tags": [
"docs"
]
}
],
"sitemap_urls": [
"https://eslint.org/sitemap.xml"
],
"stop_urls": [
".html$",
"https://eslint.org/docs/\\d"
],
"selectors": {
"default": {
"lvl0": "main article h1",
"lvl1": "main article h2",
"lvl2": "main article h3",
"lvl3": "main article h4",
"lvl4": "main article h5",
"text": "main article p, main article li"
},
"blog": {
"lvl0": {
"selector": "",
"global": true,
"default_value": "Blog"
},
"lvl1": "main article h1",
"lvl2": "main article h2",
"lvl3": "main article h3",
"lvl4": "main article h4",
"lvl5": "main article h5",
"text": "main article p, main article li"
}
},
"scrap_start_urls": false,
"nb_hits": 17911
}

1 comment on commit d099486

@s-pace
Copy link
Contributor

@s-pace s-pace commented on d099486 Jun 7, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.