แสดงผล / การรวม Elasticsearch ทั้งหมดไม่ใช่เพียง 10
ฉันพยายามที่จะแสดงรายการถังทั้งหมดในการรวม แต่ดูเหมือนว่าจะแสดงเพียง 10 รายการแรก การค้นหาของฉัน: curl -XPOST "http://localhost:9200/imoveis/_search?pretty=1" -d' { "size": 0, "aggregations": { "bairro_count": { "terms": { "field": "bairro.raw" } } } }' ผลตอบแทน: { "took" : 2, "timed_out" : false, "_shards" : { "total" : 5, "successful" : 5, "failed" : 0 }, "hits" : { "total" : …