Hi,

Anybody has any experience returning indexed nodes ordered by a given
property?.
For example return all nodes ordered by creationDate. I understand that if
the node property is not indexed I'd have to iterate over all nodes first
then order then limit the results which seems overkill to me.
I'd like to be able to do... "get me all nodes from start to limit ordered
by property".
This is necessary when the data is iterated over using pagination and the
order determines what the next start node is next.
_______________________________________________
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to