#elasticsearch

es_deep_pager

A elasticsearch client that can perform fast deep paging queries

1 unstable release

0.1.0 Aug 24, 2024

#2152 in Database interfaces

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–21MB
~323K SLoC