Yes, I've tried ScanQuery. I understand that TextQuery is not good and I use it just for testing. But in both cases, I don't have any results.
Here i get cache object: IgniteCache<Integer, Person> cache = Ignition.ignite().cache(cacheName); but I don't have any results when I try to find something inside when data definitely in the cache. Probably I made mistake but I don't have an idea how to debug it. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
