| { | |
| "settings": { | |
| "index": { | |
| "number_of_shards": 5, | |
| "number_of_replicas": 1, | |
| "refresh_interval": "60s" | |
| } | |
| }, | |
| "mappings": { | |
| "_source": { | |
| "enabled": true | |
| }, | |
| "properties": { | |
| "content": { | |
| "type": "text" | |
| }, | |
| "description": { | |
| "type": "text" | |
| }, | |
| "domain": { | |
| "type": "keyword" | |
| }, | |
| "format": { | |
| "type": "keyword" | |
| }, | |
| "keywords": { | |
| "type": "keyword" | |
| }, | |
| "host": { | |
| "type": "keyword" | |
| }, | |
| "title": { | |
| "type": "text" | |
| }, | |
| "url": { | |
| "type": "keyword" | |
| } | |
| } | |
| } | |
| } |