I was just writing my response as you posted. Thanks for the response, I
will learn to read the manual ;)
On Wednesday, March 5, 2014 4:55:19 PM UTC, Binh Ly wrote:
>
> You can either increase the size of terms returned (default 10) or ask for
> all of them to be returned:
>
> {
> "facets": {
> "mood": {
> "terms": {
> "size": 50,
> "field": "recipes.moods"
> }
> }
> }
> }
>
> Or
>
> {
> "facets": {
> "mood": {
> "terms": {
> "field": "recipes.moods",
> "all_terms": true
> }
> }
> }
> }
>
>
--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/689b3125-632b-4136-9993-19538801206e%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.