Re: Get all values from a field

2013-06-22 Thread Erick Erickson
Another option is to use the TermsComponent that will give you the list as well. Be aware of one thing, with either suggestion you get the _terms_ in the index, _after_ all the tokenizing and filtering. You do not get exactly what you input. For instance, if your original input was "Organism" and

Re: Get all values from a field

2013-06-20 Thread Erik Hatcher
David - This is effectively faceting. If you want to see all cat values across all documents, do /select?q=*:*&rows=0&facet=on&facet.field=cat and you'll get what you're looking for. Erik On Jun 20, 2013, at 11:35 , It-forum wrote: > Hello, > > I'm looking to retreive all distinct v