I have just installed Elasticsearch 7.8.0 on my laptop as a dev environment. I am using 6.8.10 in production. I have a dataset of around 600,000 documents however when I did a match_all in devtools, its only showing 10,000 hits. Is there a setting I'm missing?
GET igemsbigdata-misc/_search
{
"size": 0,
"query": {
"match_all": {}
}
}
{
"took" : 0,
"timed_out" : false,
"_shards" : {
"total" : 1,
"successful" : 1,
"skipped" : 0,
"failed" : 0
},
"hits" : {
"total" : {
"value" : 10000,
"relation" : "gte"
},
"max_score" : null,
"hits" : [ ]
}
}
Discover tells me: 672,750 hits
Sep 29, 2020 @ 02:39:06.615 - Oct 1, 2020 @ 17:56:02.215
To change the time, click the calendar icon in the navigation bar