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.