[Neo] Neo4j for personal information database
Nils Kaiser
NilsKaiser at gmx.net
Tue Aug 26 16:53:25 CEST 2008
The comparator approach sounds more suited to me as well... sorting
should probably not be done in memory here, and it might make sense to
generate some indexes to allow quick filtering within that collection or
graph subset or so.
Has anyone done anything similar yet? That requirement seems to be the
only thing preventing me to give a Neo4j a go (vs. for example jackrabbit).
Please correct me if anything doesnt make sense!
Nils
Anders Nawroth schrieb:
> A sorted structure seems like a really good idea to me.
> But i'd rather like to see something more generic, where the user
> provides a Comparator<Node> implementation.
>
> One reason for this is that Strings can be sorted in different ways,
> using different Locales, case in/sensitive and so on. If there is a
> clear benefit from it, some common use cases could be covered by
> prebuilt Comparators. Or code snippets in the documentation (would be my
> choice) laying out common use cases.
>
> And the user could also do so much more fun things with a Comparator to
> play with :-)
>
> /anders
>
> _______________________________________________
> Neo mailing list
> User at lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>
>
More information about the User
mailing list