How Flexmonster get data from elasticsearch?
I’m using Flexmonster to connect to my local elasticsearch indices, but would like to know how that happens. In particular I don’t understand how it can load all the data and not the first 10k records as an usual “http://localhost:9200/index/_search?size=10000” would work.