scroll changes
Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/a2d64a76 Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/a2d64a76 Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/a2d64a76 Branch: refs/heads/two-dot-o-dev Commit: a2d64a76291b5274508aa21a6003923c581a7cbd Parents: f271496 Author: Shawn Feldman <sfeld...@apache.org> Authored: Tue Apr 21 09:01:59 2015 -0600 Committer: Shawn Feldman <sfeld...@apache.org> Committed: Tue Apr 21 09:01:59 2015 -0600 ---------------------------------------------------------------------- .../persistence/index/impl/EsApplicationEntityIndexImpl.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/a2d64a76/stack/corepersistence/queryindex/src/main/java/org/apache/usergrid/persistence/index/impl/EsApplicationEntityIndexImpl.java ---------------------------------------------------------------------- diff --git a/stack/corepersistence/queryindex/src/main/java/org/apache/usergrid/persistence/index/impl/EsApplicationEntityIndexImpl.java b/stack/corepersistence/queryindex/src/main/java/org/apache/usergrid/persistence/index/impl/EsApplicationEntityIndexImpl.java index 05318a2..3a28549 100644 --- a/stack/corepersistence/queryindex/src/main/java/org/apache/usergrid/persistence/index/impl/EsApplicationEntityIndexImpl.java +++ b/stack/corepersistence/queryindex/src/main/java/org/apache/usergrid/persistence/index/impl/EsApplicationEntityIndexImpl.java @@ -294,6 +294,7 @@ public class EsApplicationEntityIndexImpl implements ApplicationEntityIndex { // >= seems odd. However if we get an overflow, we need to account for it. if ( length >= limit ) { + final String cursor = candidateResults.initializeCursor(); //now set this into our map module