Re: Output all, from one field

2009-11-24 Thread Shalin Shekhar Mangar
On Tue, Nov 24, 2009 at 2:31 AM, Chris Hostetter 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

Re: Output all, from one field

2009-11-23 Thread Chris Hostetter
: 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 g

Re: Output all, from one field

2009-11-23 Thread Shalin Shekhar Mangar
On Mon, Nov 23, 2009 at 4:29 PM, Jörg Agatz wrote: > Hallo, > > I search for a way, to output all content from one field.. > > Like name: > > "NAME:*" > > And Solr gifs me all Names > > or "color:*" > > and i become all colors > > can io do this? or is this Impossible? > > Do you want to return ju

Output all, from one field

2009-11-23 Thread Jörg Agatz
Hallo, I search for a way, to output all content from one field.. Like name: "NAME:*" And Solr gifs me all Names or "color:*" and i become all colors can io do this? or is this Impossible? Jörg