Re: [Neo] how to get an specific node

2008-08-10 Thread Anders Nawroth
Hi! Thanks for the input, I'll look into doing it in the returnable evaluator. Good points :-) /anders Johan Svensson skrev: Hi, You could implement your own returnable evaluator only to return best match or complete match nodes. If not I would pick the nested loop one since code is

Re: [Neo] indexing relationships

2008-08-10 Thread Anders Nawroth
Hi! As the relationships are a core strength of neo4j, this would be a nice addition to the index API. In the current IMDB example data model the roles are modeled as relationships and at the moment not searchable (which they really should be). So I have a use case for this! There are