I am running the following ES query

curl -X GET 'http://localhost:9200/imoveis/_search?pretty' -d 
  '{"query":{"terms":{"field1":["searchterm"]}}, 
    
"aggregations":{"significantQTypes":{"significant_terms":{"field":"field1"}}}, 
    "size":0}'

and, instead of listing only the top 10 buckets, I would like to list 100 
buckets or all of them. Still I am not sure how this is possible, any 
suggestions? Thanks a lot!

-- 
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/0cd5a5d4-8f80-4a5b-a0ff-f24ce916a07b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to