在2016年3月的Banana版本中,Hits Panel具有新的统计功能(如min,max,mean,stddev等),它们比之前的单计数功能更有用。但功能计数不存在尚不存在: - (
有人知道要在'module.js'文件中更新哪些代码来添加'count distinct'吗?我使用的Solr版本是4.4。
答案 0 :(得分:0)
有两个部分需要更新:
&stats.calcdistinct=true
附加到变量facets = '&stats=true&...'
(第132行附近,具体取决于您的分支)countDistinct
添加到panel.mode
选项数组,即f for f in ['count','max','min','sum','countDistinct']