On Mon, Sep 6, 2010 at 10:52 AM, Roland Villemoes <r...@alpha-solutions.dk> 
wrote:
> How can I retrieve all words from a Solr core?
> I need a list of all the words and how often they occur in the index.

http://wiki.apache.org/solr/TermsComponent

It doesn't currently stream though, so requesting *all* at once might
take too much memory.  One workaround is to page via terms.lower and
terms.limit.
Perhaps we should consider adding streaming to the terms component
though.  Would you mind opening a JIRA issue?

-Yonik
http://lucenerevolution.org  Lucene/Solr Conference, Boston Oct 7-8

Reply via email to