Hey,

Retrieving "popular" nodes not directly possible with the REST API.

Even in Java, you'd have to sort your result set manually since you don't know 
ahead of time how the search is going to traverse your graph. 

It is only once you have your result set (which may be large) that you can 
sort, and then deliver popular nodes back ahead of unpopular ones.

If you're keen to do this via the REST API, I would suggest a writing plugin 
that implements this logic in Java, and have that plugin exposed to your client 
application. Be aware that such a plugin might have interesting memory 
requirements if you end up processing large graphs.

Jim
_______________________________________________
Neo4j mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to