开发者

Solr statistical information

开发者 https://www.devze.com 2023-01-23 06:13 出处:网络
Is that possible to get some kind of stats from solr. E.g. Most f开发者_C百科requently used words (unigrams), or phrases (bi- trigrams)? Take a look at the schema browser (e.g. http://localhost:8983/s

Is that possible to get some kind of stats from solr. E.g. Most f开发者_C百科requently used words (unigrams), or phrases (bi- trigrams)?


Take a look at the schema browser (e.g. http://localhost:8983/solr/admin/schema.jsp), it gives you the top terms for any given field. You can also access this information with the LukeRequestHandler (e.g. http://localhost:8983/solr/admin/luke).

The TermsComponent also gives you information about indexed terms in a field and the number of documents that match each term.

The StatsComponent gives you statististics about numeric fields.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号