On 21/07/10 13:13, Israel Lacerra wrote:
String key = "mykey";
IndexableObject a = new IndexableObject("oldobject");
cache.put(key, a);
IndexableObject b = new IndexableObject("test2");
cache.put(key, b);
And when I search for "oldobject", the query returns the object stored
on key "mykey" (because IndexableObject("oldobject") still is on the
index).
Just out of interest what happens when you run a search for test2?
If you could get some logging going in the interceptor that you have
that can tell us the *complete* key that's going in would be useful as well.
--
Navin Surtani
Intern Infinispan