summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticMediaWiki/data/elastic/smw-lookup.json
blob: b8a227af5ecd2f82324c3389e5a758db833f010e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"settings": {
		"number_of_shards": 1,
		"refresh_interval" : "1s",
		"index.mapping.total_fields.limit": "3000",
		"index.max_result_window": "50000"
	},
	"mappings": {
		"lookup": {
			"properties": {
				"id": {
					"type": "long"
				}
			}
		}
	}
}