On Mon, Nov 23, 2009 at 4:29 PM, Jörg Agatz <joerg.ag...@googlemail.com>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 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


-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to