Closes #5287 - Change the result size to 10000

This commit is contained in:
Chris Cowan 2015-11-03 10:45:28 -07:00
parent df0fe171b3
commit dc625565ff

View file

@ -20,7 +20,7 @@ define(function (require) {
fields: [],
body: {
query: { match_all: {} },
size: 2147483647
size: 10000
}
})
.then(function (resp) {