#elasticsearch #deep #paging #client #queries #perform

es_deep_pager

A elasticsearch client that can perform fast deep paging queries

1 unstable release

0.1.0 Aug 24, 2024

#2419 in Database interfaces

Download history 132/week @ 2024-08-23 4/week @ 2024-08-30 10/week @ 2024-09-13

146 downloads per month

MIT license

25KB
385 lines

Elasticsearch cluster deep paging query client for rust.

This mod provides the search client of elasticsearch. Using this client to query data from the elasticsearch cluster, you can use very large "from" and "size" parameter values without changing the default max_result_window setting of the index.

Reference: https://www.elastic.co/guide/en/elasticsearch/reference/current/paginate-search-results.html

Dependencies

~8–20MB
~324K SLoC