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/05cb0d28-b370-4069-b760-b6087ea3b01c%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to