Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/solr/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Solr云索引大小_Solr_Solrcloud - Fatal编程技术网

Solr云索引大小

Solr云索引大小,solr,solrcloud,Solr,Solrcloud,Solr云相当于ElasticSearch的cat查询来确定索引大小是什么 在ElasticSearch中,我可以简单地调用 http://localhost:9200/_cat/indices/?v&s=index 或 查看索引或碎片使用了多少空间(字节)。到目前为止,我在Solr cloud中找到的唯一方法是将每个节点上的文件大小相加。有没有办法直接向Solr cloud询问这些信息 http://localhost:9200/_cat/shards/?v

Solr云相当于ElasticSearch的cat查询来确定索引大小是什么

在ElasticSearch中,我可以简单地调用

http://localhost:9200/_cat/indices/?v&s=index

查看索引或碎片使用了多少空间(字节)。到目前为止,我在Solr cloud中找到的唯一方法是将每个节点上的文件大小相加。有没有办法直接向Solr cloud询问这些信息

http://localhost:9200/_cat/shards/?v