繁体   English   中英

元组的Solr统计

[英]Solr Stats on Tuple

我正在尝试在Datastax Solr实例中使用统计信息组件

我试图获取统计信息的架构部分如下所示:

<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}进行统计吗?

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

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM