: Do you want to return just one field from all documents? If yes, you can: : : 1. Query with q=*:*&fl=name : 2. Use TermsComponent - http://wiki.apache.org/solr/TermsComponent
note that those are very differnet creatures ... #1 gives you all of the stored values for every document. #2 gives you all of the indexed terms (some of which may have all come from a single indexed value) -Hoss