You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ponymail.apache.org by sebbASF <gi...@git.apache.org> on 2017/01/16 15:22:41 UTC

[GitHub] incubator-ponymail issue #344: scroll/scan is not supported in ES 5.x

GitHub user sebbASF opened an issue:

    https://github.com/apache/incubator-ponymail/issues/344

    scroll/scan is not supported in ES 5.x

    Scroll/scan was deprecated in 2.x, and has been removed in 5.x.
    The replacement is to sort by _doc order, which is optimised.
    
    The elastic.scan method can be dropped.
    Callers need to allow for results from the first ES query.

----

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-ponymail issue #344: scroll/scan is not supported in ES 5.x

Posted by sebbASF <gi...@git.apache.org>.
Github user sebbASF commented on the issue:

    https://github.com/apache/incubator-ponymail/issues/344
  
    Note that a scroll response can return more than 10k results - which is the limit for normal queries.
    
    To avoid excessively large individual responses, the batch size may need to be adjusted when switching from query to scroll.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-ponymail issue #344: scroll/scan is not supported in ES 5.x

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the issue at:

    https://github.com/apache/incubator-ponymail/issues/344


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---