Alex Benjamen wrote:
I was wondering if it is possible to retrieve the top 20 terms for a given fields in an index. For example, if we're indexing user profile data and one of the fields is "interests" - it would be great to get the top 20 terms for interests found in the index.

check out faceting
http://wiki.apache.org/solr/SimpleFacetParameters

if you want it across all documents, use the query *:*

ryan

Reply via email to