forked from algolia/docsearch-configs
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheclipse_rap.json
41 lines (41 loc) · 988 Bytes
/
eclipse_rap.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"index_name": "eclipse_rap",
"start_urls": [
{
"url": "http://www.eclipse.org/rap/developers-guide",
"tags": [
"guide"
]
},
{
"url": "http://www.eclipse.org/rap/noteworthy/3.0",
"tags": [
"news"
]
},
{
"url": "http://wiki.eclipse.org/RAP",
"tags": [
"wiki"
]
}
],
"stop_urls": [
"version=2",
"Incubator"
],
"selectors": {
"lvl0": {
"selector": "(//div[@id=\"rightcolumn\"]//a[@class=\"active\"]/../../preceding-sibling::span|//h1[@id=\"firstHeading\"])[1]",
"type": "xpath",
"global": true
},
"lvl1": "#midcolumn h1, #main-page-content h2",
"lvl2": "#midcolumn h2, #main-page-content h3",
"lvl3": "#midcolumn h3, #main-page-content h4",
"lvl4": "#midcolumn h4, #main-page-content h5",
"text": "#midcolumn p, #midcolumn li, #main-page-content p, #main-page-content li"
},
"min_indexed_level": 3,
"nb_hits": 4856
}