How man nodes are in uarr in the follow case? UserNode[] uarr = Neo4jUserUtils.createUserNodeListFromTraverse2(travDesc.traverse(underlyingNode));
Can you describe what your pages represent and what data representation you are creating in the code? Without looking at your code too closely it seems like you are tracking how many fans a user has? You are trying to rank them by their fan count? You can do this automatically with an index. http://docs.neo4j.org/chunked/snapshot/indexing-lucene-extras.html Lucene paging not specific to Neo4j: http://stackoverflow.com/questions/351176/paging-lucenes-search-results Kind regards, McKinley _______________________________________________ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user