<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div style=""><div><div class="im"><blockquote type="cite"><div class="gmail_quote">
<div>One last thing, <br>Since I am a novice to this Hibernate &amp; Hibernate Search,<br>
Is there any reference documentation to build my knowledge for QueryingInfinispan apart from that wiki page. <br></div></div></blockquote><div><br></div></div><div>In a word - no :-).</div><div><br></div><div>However, if you want to get more experience with learning how to query this stuff, I&#39;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 :-).</div>
<div class="im"><blockquote type="cite"><div class="gmail_quote"><div>Or <br><br>Where should I start my learning to implement querying feature using Infinispan with the help of technical preview provided in that wiki page.<br>
</div></div></blockquote><div></div></div><div>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&#39;re looking for quite efficiently.</div>
</div></div></blockquote><div><br> <br>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<br><br>Thanks a ton for your kind help :-)<br>
<br></div></div>Thanks,<br>Vinoth<br>