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
Solr6以xml或json格式提供插件统计信息_Solr_Solr4_Solr6 - Fatal编程技术网

Solr6以xml或json格式提供插件统计信息

Solr6以xml或json格式提供插件统计信息,solr,solr4,solr6,Solr,Solr4,Solr6,我们刚刚将solr版本从4.9更新到6.5,我们正在尝试以更容易解析的格式获取统计数据。对于4.9,我们访问插件页面以获得xml格式的所有统计数据 localhost:8080/solr/admin/plugins?stats=true 在新版本中有没有办法做到这一点?尝试在url末尾添加&wt=xml。 例如:localhost:8080/solr/admin/plugins?stats=true&wt=xml 更多详细信息可在此页面上找到:-

我们刚刚将solr版本从4.9更新到6.5,我们正在尝试以更容易解析的格式获取统计数据。对于4.9,我们访问插件页面以获得xml格式的所有统计数据

localhost:8080/solr/admin/plugins?stats=true 

在新版本中有没有办法做到这一点?

尝试在url末尾添加&wt=xml。 例如:localhost:8080/solr/admin/plugins?stats=true&wt=xml

更多详细信息可在此页面上找到:-