forked from algolia/docsearch-configs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ultimate-pokedex.json
281 lines (281 loc) · 8.59 KB
/
ultimate-pokedex.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
{
"index_name": "ultimate-pokedex",
"start_urls": [
"https://serebii.net/pokedex-swsh/12.shtml",
"https://serebii.net/pokedex-swsh/"
],
"stop_urls": [],
"selectors": {
"lvl0": {
"selector": "#content > main > div:nth-child(2) > table:nth-child(5) > tbody > tr:nth-child(2) > td:nth-child(1)",
"default_value": "None",
"global": true
},
"content": "#content > main > div:nth-child(2) > table:nth-child(7) > tbody > tr:nth-child(3) > td:nth-child(1)",
"name": {
"selector": "#content > main > div:nth-child(2) > table:nth-child(5) > tbody > tr:nth-child(2) > td:nth-child(1)",
"default_value": "None",
"global": true
},
"name_jp": {
"selector": "#content > main > div:nth-child(2) > table:nth-child(5) > tbody > tr:nth-child(2) > td:nth-child(2) > table > tbody > tr:nth-child(1) > td:nth-child(2)",
"default_value": "Documentation"
},
"name_fr": {
"selector": "#content > main > div:nth-child(2) > table:nth-child(5) > tbody > tr:nth-child(2) > td:nth-child(2) > table > tbody > tr:nth-child(2) > td:nth-child(2)",
"global": true
},
"name_ge": {
"selector": "#content > main > div:nth-child(2) > table:nth-child(5) > tbody > tr:nth-child(2) > td:nth-child(2) > table > tbody > tr:nth-child(3)",
"global": true
},
"name_kr": {
"selector": "#content > main > div:nth-child(2) > table:nth-child(5) > tbody > tr:nth-child(2) > td:nth-child(2) > table > tbody > tr:nth-child(4) > td:nth-child(2)",
"global": true
},
"nb": {
"selector": "#content > main > div:nth-child(2) > table:nth-child(5) > tbody > tr:nth-child(2) > td:nth-child(3) > table > tbody > tr:nth-child(1) > td:nth-child(2)",
"global": true
},
"gender": {
"selector": "#content > main > div:nth-child(2) > table:nth-child(5) > tbody > tr:nth-child(2) > td:nth-child(4)",
"global": true
},
"classification": {
"selector": "#content > main > div:nth-child(2) > table:nth-child(5) > tbody > tr:nth-child(4) > td:nth-child(1)",
"global": true
},
"type": {
"selector": "//*[@id='content']/main/div[2]/table[4]/tbody/tr[2]/td[5]/a/img/@alt",
"type": "xpath",
"global": true
},
"height": {
"selector": "#content > main > div:nth-child(2) > table:nth-child(5) > tbody > tr:nth-child(4) > td:nth-child(2)",
"global": true
},
"weight": {
"selector": "#content > main > div:nth-child(2) > table:nth-child(5) > tbody > tr:nth-child(4) > td:nth-child(3)",
"global": true
},
"capture_rate": {
"selector": "#content > main > div:nth-child(2) > table:nth-child(5) > tbody > tr:nth-child(4) > td:nth-child(4)",
"global": true
},
"base_egg_step": {
"selector": "#content > main > div:nth-child(2) > table:nth-child(5) > tbody > tr:nth-child(4) > td:nth-child(5)",
"global": true
},
"ability": {
"selector": "#content > main > div:nth-child(2) > table:nth-child(6) > tbody > tr:nth-child(2) > td",
"global": true
},
"experience_growth": {
"selector": "#content > main > div:nth-child(2) > table:nth-child(6) > tbody > tr:nth-child(4) > td:nth-child(1)",
"global": true
},
"effort_value_earned": {
"selector": "#content > main > div:nth-child(2) > table:nth-child(6) > tbody > tr:nth-child(4) > td:nth-child(3)",
"global": true
},
"dynamax": {
"selector": "#content > main > div:nth-child(2) > table:nth-child(6) > tbody > tr:nth-child(4) > td:nth-child(4)",
"global": true
},
"normal": {
"selector": "#content > main > div:nth-child(2) > table:nth-child(7) > tbody > tr:nth-child(3) > td:nth-child(1)",
"global": true
},
"fire": {
"selector": "#content > main > div:nth-child(2) > table:nth-child(7) > tbody > tr:nth-child(3) > td:nth-child(2)",
"global": true
},
"water": {
"selector": "#content > main > div:nth-child(2) > table:nth-child(7) > tbody > tr:nth-child(3) > td:nth-child(3)",
"global": true
},
"electr": {
"selector": "#content > main > div:nth-child(2) > table:nth-child(7) > tbody > tr:nth-child(3) > td:nth-child(4)",
"global": true
},
"grass": {
"selector": "#content > main > div:nth-child(2) > table:nth-child(7) > tbody > tr:nth-child(3) > td:nth-child(5)",
"global": true
},
"ice": {
"selector": "#content > main > div:nth-child(2) > table:nth-child(7) > tbody > tr:nth-child(3) > td:nth-child(6)",
"global": true
},
"fight": {
"selector": "#content > main > div:nth-child(2) > table:nth-child(7) > tbody > tr:nth-child(3) > td:nth-child(7)",
"global": true
},
"poison": {
"selector": "#content > main > div:nth-child(2) > table:nth-child(7) > tbody > tr:nth-child(3) > td:nth-child(8)",
"global": true
},
"ground": {
"selector": "#content > main > div:nth-child(2) > table:nth-child(7) > tbody > tr:nth-child(3) > td:nth-child(9)",
"global": true
},
"flying": {
"selector": "#content > main > div:nth-child(2) > table:nth-child(7) > tbody > tr:nth-child(3) > td:nth-child(10)",
"global": true
},
"psychc": {
"selector": "#content > main > div:nth-child(2) > table:nth-child(7) > tbody > tr:nth-child(3) > td:nth-child(11)",
"global": true
},
"bug": {
"selector": "#content > main > div:nth-child(2) > table:nth-child(7) > tbody > tr:nth-child(3) > td:nth-child(12)",
"global": true
},
"rock": {
"selector": "#content > main > div:nth-child(2) > table:nth-child(7) > tbody > tr:nth-child(3) > td:nth-child(13)",
"global": true
},
"dragon": {
"selector": "#content > main > div:nth-child(2) > table:nth-child(7) > tbody > tr:nth-child(3) > td:nth-child(14)",
"global": true
},
"dark": {
"selector": "#content > main > div:nth-child(2) > table:nth-child(7) > tbody > tr:nth-child(3) > td:nth-child(15)",
"global": true
},
"steel": {
"selector": "#content > main > div:nth-child(2) > table:nth-child(7) > tbody > tr:nth-child(3) > td:nth-child(16)",
"global": true
},
"fairy": {
"selector": "#content > main > div:nth-child(2) > table:nth-child(7) > tbody > tr:nth-child(3) > td:nth-child(17)",
"global": true
},
"egg_group": {
"selector": "#content > main > div:nth-child(2) > table:nth-child(8) > tbody > tr:nth-child(2) > td.fooinfo",
"global": true
}
},
"custom_settings": {
"attributesForFaceting": [
"searchable(room)",
"searchable(day)",
"searchable(track)",
"searchable(tags)",
"searchable(speakers)",
"start",
"end",
"searchable(github_handle)",
"time_period"
],
"attributesToHighlight": [
"hierarchy",
"description",
"anchor",
"url",
"url_without_anchor",
"name",
"name_jp",
"name_fr",
"name_ge",
"name_kr",
"nb",
"gender",
"classification",
"type",
"height",
"weight",
"capture_rate",
"base_egg_step",
"ability",
"experience_growth",
"effort_value_earned",
"dynamax",
"normal",
"fire",
"water",
"electr",
"grass",
"ice",
"fight",
"poison",
"ground",
"flying",
"psychc",
"bug",
"rock",
"dragon",
"dark",
"steel",
"fairy",
"egg_group"
],
"attributesToRetrieve": [
"hierarchy",
"description",
"anchor",
"url",
"url_without_anchor",
"start",
"end",
"name",
"name_jp",
"name_fr",
"name_ge",
"name_kr",
"nb",
"gender",
"classification",
"type",
"height",
"weight",
"capture_rate",
"base_egg_step",
"ability",
"experience_growth",
"effort_value_earned",
"dynamax",
"normal",
"fire",
"water",
"electr",
"grass",
"ice",
"fight",
"poison",
"ground",
"flying",
"psychc",
"bug",
"rock",
"dragon",
"dark",
"steel",
"fairy",
"egg_group"
],
"attributesToIndex": [
"unordered(hierarchy.lvl0)",
"track",
"unordered(hierarchy.lvl1)",
"description",
"speakers",
"room",
"github_handle",
"time_period"
],
"ranking": [
"typo",
"geo",
"words",
"filters",
"proximity",
"attribute",
"exact",
"custom"
],
"distinct": false
},
"only_content_level": true,
"js_render": true,
"nb_hits": 1308
}