元组的 Solr 统计信息

Solr Stats on Tuple

我正在尝试在我的 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} 进行统计?

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