-
Notifications
You must be signed in to change notification settings - Fork 25.5k
Closed
Description
The following didnt work until I've added from and size to query string like this:
http://localhost:9200/myindex/_search?from=0&size=12
It's just stuck at defaults: 0/10
{
"filtered": {
"query": {
"query_string": {
"query": "auto"
}
},
"filter": {
"term": {
"lang_id": "1"
},
"range": {
"date_expires": {
"gt": "2013-05-01 22:16:07"
}
}
}
},
"sort": {
"deal_id": {
"reverse": "true"
}
},
"from": "0",
"size": "12"
}
Metadata
Metadata
Assignees
Labels
No labels