One last thing,
Since I am a novice to this Hibernate & Hibernate Search,
Is there any reference documentation to build my knowledge for
QueryingInfinispan apart from that wiki page.
In a word - no :-).
However, if you want to get more experience with learning how to query this
stuff, I'd say have a look at the Lucene documentation and learn how to use
those queries well. I say this because at the end, all you need to do is
create a Lucene query and use that to create a CacheQuery instance. The
complexity here is creating the Lucene query. The better you know Lucene,
the better you can query the Cache :-).
Or
Where should I start my learning to implement querying feature using
Infinispan with the help of technical preview provided in that wiki page.
Again, I think the easy thing here is to learn how to use Lucene queries
well. Then you know what type of object you have in your Cache and will know
how to get what you're looking for quite efficiently.
Yes you are right, even I have started my learning on how to construct
lucene queries. I understood the importance of those query constructs in
Search Implementation
Thanks a ton for your kind help :-)
Thanks,
Vinoth