Re: [Neo] sort/filter operations

2009-11-18 Thread Craig Taverner
I had an answer for this also, but see that Andreas and Anders have both answered with the two mechanisms I had tried: - lucene - custom index But I thought I'd add a little on the custom index idea, because I think that can also provide fast sorting, if you are usually requiring answers

[Neo] sort/filter operations

2009-11-17 Thread Catalin Marius Ciochina
I want to use neo4j to build a prototype of a social network application because of his graph structure and I have a problem when I try to filter and sort the nodes resulted from traversal. For example - I want to show a list with members of a group filtered by some property and ordered by

Re: [Neo] sort/filter operations

2009-11-17 Thread Anders Nawroth
Hi! I want to use neo4j to build a prototype of a social network application because of his graph structure and I have a problem when I try to filter and sort the nodes resulted from traversal. For example - I want to show a list with members of a group filtered by some property and ordered