查询:http://localhost:8983/solr/trackfleet_db.location/select?q=*:*&facet=true&facet.pivot={!stats=piv1}date,latitude,longitude&stats=true&stats.field={!tag=piv1}gpsdt
当我在单独的solr实例(不是DSE的实例)上执行此查询时,此查询工作正常。
但是在dse的情况下(现在我在DSE的构建Solr中使用)然后它不会返回任何东西....当我使用curl命令执行此查询时它会给出以下错误
<?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader">
<int name="status">400</int>
<int name="QTime">3</int>
</lst>
<lst name="error">
<lst name="metadata">
<str name="error-class">
org.apache.solr.common.SolrException
</str>
<str name="root-error-class">
org.apache.solr.common.SolrException
</str>
</lst>
<str name="msg">
undefined field: "!tag=piv1gpsdt"
</str>
<int name="code">400</int>
</lst>
</response>