Hi,
I have a problem with size in bool query.
Elasticsearch version :- 5.1.2
GET /data/distribution/_search
{
"query": {
"bool": {
"must": [
{
"term": {
"rights_id": "75542"
}
}
]
}
},
"size": 10000
}
If i reduce the size to 1000 its working fine.
dadoonet
(David Pilato)
March 27, 2017, 7:22pm
2
You probably get an error message.
There is a limit now.
I'm not getting any error. Its not returning anything.
Console in kibana is getting crashed if i use size : 10000
What is the limit now? I have 7000 documents... how can i use size :10000
dadoonet
(David Pilato)
March 27, 2017, 8:07pm
4
system
(system)
Closed
April 24, 2017, 8:07pm
5
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.