summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticMediaWiki/data/elastic/default-profile.json
blob: 113ce05b856425c8758e873054b78dd15bff5f45 (plain)
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
{
	"connection": {
		"retries": 2,
		"timeout": 30,
		"connect_timeout": 30,
		"quick_ping": true,
		"retries": 2
	},
	"settings": {
		"data": {
			"index.mapping.total_fields.limit": 9000,
			"index.max_result_window": 50000
		}
	},
	"indexer": {
		"raw.text": false,
		"experimental.file.ingest": false,
		"throw.exception.on.illegal.argument.error": true,
		"job.recovery.retries": 5,
		"job.file.ingest.retries": 3
	},
	"query": {
		"fallback.no.connection": false,
		"profiling": false,
		"debug.explain": true,
		"debug.description.log": true,
		"must_not.property.exists": true,
		"sort.property.must.exists": true,
		"score.sortfield": "elastic.score",
		"query_string.boolean.operators": true,
		"compat.mode": true,
		"subquery.size":10000,
		"subquery.constant.score": false,
		"subquery.terms.lookup.result.size.index.write.threshold": 100,
		"subquery.terms.lookup.cache.lifetime": 3600,
		"concept.terms.lookup": true,
		"concept.terms.lookup.result.size.index.write.threshold": 10,
		"concept.terms.lookup.cache.lifetime": 3600,
		"wide.proximity.as.match_phrase": true,
		"wide.proximity.fields": [
			"subject.title^8",
			"text_copy^5",
			"text_raw",
			"attachment.title^3"
			"attachment.content"
		],
		"uri.field.case.insensitive": false,
		"text.field.case.insensitive.eq.match": false,
		"page.field.case.insensitive.proximity.match": true,
		"highlight.fragment.type": false
	}
}