Re: [Neo4j] Spring Data + Neo4j - Indexing Question

2011-09-27 Thread kv8
Yup, that fixed it :) ...thanks much for the quick response. -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/Spring-Data-Neo4j-Indexing-Question-tp3373307p3373471.html Sent from the Neo4j Community Discussions mailing list archive at Nabble.com. __

Re: [Neo4j] Spring Data + Neo4j - Indexing Question

2011-09-27 Thread Michael Hunger
Sorry, there is probably an error in the implementation. I added an JIRA issue for that: https://jira.springsource.org/browse/DATAGRAPH-107 Will be fixed in the next milestone/release. I added a test for it and fixed it. As a workaround could you try to set it to null in between? setProp(true)

[Neo4j] Spring Data + Neo4j - Indexing Question

2011-09-27 Thread kv8
I have a possible issue with the Lucene index not being updated when I update a node with Indexed variables. Will appreciate any help...this is what I have so far ..made the code concise for readability .. @NodeEntity Class User { @Indexed String userName; String firstName; Strin