Hi, I have written something similar to a filesystem in Neo and now I want to implement a simple search function. I wonder how I can do that as efficient as possible? I read this in the Neo technology document:
"A relational database is very good at for example answering the question "how many of my customers over age 25 and a last name that starts with an F have purchased items the last two months?". That query doesn't go along the relationships in the node space and is thus difficult to traverse. In order to alleviate this, Neo has integrated a search engine for arbitrary property lookups." How do I use the search engine? Can someone point me in the right direction? Thanks! /Klas _______________________________________________ Neo mailing list [email protected] http://lists.neo4j.org/mailman/listinfo/user

