1 Reply Latest reply on Nov 16, 2010 5:20 AM by galder.zamarreno

    HotRod lucene query capability

    ndaniels

      We recently shifted from running Infinispan in the peer to peer fashion with the Embedded cache to the client/server architecture using the HotRod protocol. On the server side we have a HotRod process running and on the client side we create an instance of the RemoteCache and use it to communicate with the server.

       

      We had previously been able to use the hibernate/lucene capability with the QueryHelper and EmbeddedCache to search the cache and this does not appear to be supported with the RemoteCache. Also, in looking through the HotRod protocol it does not appear that there is support for the distributed querying capability.

       

      Is querying the cache on the remote server supported with the HotRod client? If not, is there an alternate way to accomplish this?