On Tue, Nov 24, 2009 at 2:31 AM, Chris Hostetter <hossman_luc...@fucit.org>wrote:
> > : 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) > > That is true but the OP did not specify which he wants. Thanks for the clarification though, I forgot to specify that. -- Regards, Shalin Shekhar Mangar.