Elasticsearch 故障
elasticsearch 故障
故障1
解决
索引的偏移量默认是100000,超过了
修改最大索引迁移量
curl -XPUT "http://IP:9200/_settings" -H 'Content-Type: application/json' -d' {
"index" : {
"highlight.max_analyzed_offset" : 100000000
}
}’
elasticsearch 故障
索引的偏移量默认是100000,超过了
修改最大索引迁移量
curl -XPUT "http://IP:9200/_settings" -H 'Content-Type: application/json' -d' {
"index" : {
"highlight.max_analyzed_offset" : 100000000
}
}’