关于元组的Solr统计数据

时间:2016-07-13 09:39:07

标签: solr datastax datastax-startup

我试图在我的Datastax Solr实例中使用Stats Component

我尝试获取统计信息的模式部分如下所示:

<field name="foo" type="tuple" indexed="true" stored="true"/>
<field name="foo.start" type="bigint" indexed="false" stored="true"/>
<field name="foo.end" type="bigint" indexed="false" stored="true"/>
<field name="foo.time" type="int" indexed="true" stored="true"/>

但是,当我尝试将stats=true&stats.field={!tuple}foo.time*:*查询一起使用时,我会得到以下内容:

 "stats": {
    "stats_fields": {
      "foo.time": null
    }
  }

是否无法使用{!tuple}进行统计?

1 个答案:

答案 0 :(得分:1)

不幸的是,目前不支持此功能。您仍可以联系Datastax支持获取更多信息。