I've been using the snapshot build for 3 weeks now and it's very solid.
Nearly time for a new RC? Label's work well. I do have a suggestion though
- can they be set dynamically similar to parameters?
In my usecase I want to be able to retreive certain nodes from a specific
index and give the caller the flexibility of creating a node into a user
defined index. Here, I have nodes that I want to be able to assign to a
default "Tag" index and optionally to a secondary index.
String query = "merge (tag:Tag" + tagSuffix + " {code:{code}, name:{name},
key:{key}}) return tag";
In this case, tagSuffix could be "", "SomeUniqueValue" or " :OtherIndex
:AndAnother".
As you can see I'm having to concatenate a string to achieve this. I've had
to forego using a @NodeRepository for this scenario for obvious reasons.
Am I missing something or is this a feature request?
--
You received this message because you are subscribed to the Google Groups
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.