-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Pagination of percolate results #10741
Copy link
Copy link
Closed
Labels
:Search Relevance/PercolatorReverse search: find queries that match a documentReverse search: find queries that match a documentTeam:Search RelevanceMeta label for the Search Relevance team in ElasticsearchMeta label for the Search Relevance team in Elasticsearchdiscuss
Metadata
Metadata
Assignees
Labels
:Search Relevance/PercolatorReverse search: find queries that match a documentReverse search: find queries that match a documentTeam:Search RelevanceMeta label for the Search Relevance team in ElasticsearchMeta label for the Search Relevance team in Elasticsearchdiscuss
Type
Fields
Give feedbackNo fields configured for issues without a type.
It is currently possible to set the "size" option to limit the number of percolate results, but it's not possible to set "from" (so we can paginate through the results).
If a percolate request matches thousands or millions of percolators, it'd be nice to be able to paginate through them rather than process them all in one go. Is this something that has been considered for an upcoming version?
Thanks!