Elasticsearch query to return all records

I have a small database in Elasticsearch and for testing purposes would like to pull all records back. I am attempting to use a URL of the form… http://localhost:9200/foo/_search?pretty=true&q={‘matchAll’:{”}} Can someone give me the URL you would use to accomplish this, please? 30 s 30 I think lucene syntax is supported so: http://localhost:9200/foo/_search?pretty=true&q=*:* size defaults … Read more