Solr统计信息

Arc*_*her 2 solr

这有可能从solr获得某种统计数据.例如最常用的单词(unigrams)或短语(bi-trigrams)?

Mau*_*fer 6

看看架构浏览器(例如http:// localhost:8983/solr/admin/schema.jsp),它为您提供任何给定字段的顶级术语.您还可以使用LukeRequestHandler访问此信息(例如http:// localhost:8983/solr/admin/luke).

TermsComponent还为您提供了有关在现场索引项和每个词相匹配的文件数量的信息.

StatsComponent给你statististics有关数字字段.