56 lines
1.6 KiB
JSON
56 lines
1.6 KiB
JSON
{
|
|
"connection": {
|
|
"retries": 2,
|
|
"timeout": 30,
|
|
"connect_timeout": 30,
|
|
"quick_ping": true
|
|
},
|
|
"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,
|
|
"monitor.entity.replication": true,
|
|
"monitor.entity.replication.cache_lifetime": 3600,
|
|
"data.sqlstore_compatibility": true
|
|
},
|
|
"query": {
|
|
"fallback.no_connection": false,
|
|
"profiling": false,
|
|
"debug.explain": true,
|
|
"debug.description.log": true,
|
|
"maximum.value.length": 500,
|
|
"must_not.property.exists": true,
|
|
"sort.property.must.exists": true,
|
|
"score.sortfield": "es.score",
|
|
"query_string.boolean.operators": true,
|
|
"compat.mode": true,
|
|
"subquery.size":10000,
|
|
"subquery.constant.score": true,
|
|
"subquery.terms.lookup.result.size.index.write.threshold": 200,
|
|
"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,
|
|
"cjk.best.effort.proximity.match": true,
|
|
"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": { "number" : 1, "size" : 250, "type" : false }
|
|
}
|
|
} |