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.
__
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)
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
3 matches
Mail list logo