Re: [Neo4j] Numeric index update

2011-11-08 Thread ptashcka
well, as I mentioned, node may still be found by text key/value pair, but not numeric also - the remove is not the problem, same issue if we just add same node with another key/value to the index -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/Numeric-inde

[Neo4j] Numeric index update

2011-11-08 Thread ptashcka
Hi. I have a problem with following test (perform it on an empty database). First we add same node to the index with different keys and values. One of them is numeric. After that - check that node may be found using these keys and values. Then - update value for one of the keys and try to get node