Hi All,
I'm using 7.16.2,
When I run query in the dev tools I get only 10 first results... How can I get all the query results?
Thanks,
Shay
Hi All,
I'm using 7.16.2,
When I run query in the dev tools I get only 10 first results... How can I get all the query results?
Thanks,
Shay
set size parameter of the query.
You can use:
size
and from
parameters to display by default up to 10000 records to your users. If you want to change this limit, you can change index.max_result_window
setting but be aware of the consequences (ie memory).This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.