红色属性调大会提升性能,消耗内存,最大值40000
{
"size" : 1,
"query" : {
"bool" : {
"must" : [
{
"bool" : {
"disable_coord" : false,
"adjust_pure_negative" : true,
"boost" : 1.0
}
}
],
"disable_coord" : false,
"adjust_pure_negative" : true,
"boost" : 1.0
}
},
"aggregations" : {
"count" : {
"cardinality" : {
"field" : "host",
"precision_threshold" : 40000
}
}
}
}