簡體   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