| { | |
| "index_name": "apache_pegasus", | |
| "start_urls": [ | |
| "https://pegasus.apache.org/" | |
| ], | |
| "selectors": { | |
| "lvl0": { | |
| "selector": ".title", | |
| "global": true | |
| }, | |
| "lvl1": ".content h1", | |
| "lvl2": ".content h2", | |
| "lvl3": ".content h3", | |
| "lvl4": ".content h4", | |
| "lvl5": ".content h5", | |
| "text": ".content p, .content li, .content p" | |
| } | |
| } |