Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Offset is not taken into account if search uses scroll #12

Closed
To-om opened this issue Mar 27, 2017 · 0 comments
Closed

Offset is not taken into account if search uses scroll #12

To-om opened this issue Mar 27, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@To-om
Copy link
Contributor

To-om commented Mar 27, 2017

If number of documents requested in search function is greater than a limit (configurable), documents are loaded from ElasticSearch and transmitted to client by pages, using Scroll.

Scroll function in ElasticSearch doesn't accept "from" parameter. This must be managed by application.

@To-om To-om added the bug label Mar 27, 2017
@To-om To-om self-assigned this Mar 27, 2017
@nadouani nadouani changed the title Offset is not take into account if search uses scroll Offset is not taken into account if search uses scroll Mar 27, 2017
To-om added a commit that referenced this issue Mar 29, 2017
…number of requested elements is greater than 2*pageSize.
@To-om To-om closed this as completed Mar 29, 2017
@To-om To-om added this to the 1.1.4 milestone Mar 29, 2017
@To-om To-om modified the milestones: 1.1.4, 1.1.5 Apr 14, 2017
To-om added a commit that referenced this issue Apr 14, 2017
…number of requested elements is greater than 2*pageSize.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant