$ curl -XGET ' http://test.server.es:9200/index/test/_count?pretty '
{
"count" : 229594,
"_shards" : {
"total" : 5,
"successful" : 5,
"failed" : 0
}
}
再试一次:
$ curl -XGET ' http://test.server.es:9200/index/test/_count?pretty '
{
"count" : 226967,
"_shards" : {
"total" : 5,
"successful" : 5,
"failed" : 0
}
}
“count”值小于前一个_count,但两个_count之间没有删除操作。