5 Replies Latest reply on Oct 8, 2013 6:26 AM by lokeshbandaru

    Datatype support and complexity of Infinispan Queries

    lokeshbandaru

      Hi, have a couple of questions related to the Infinispan queries.

       

           First one is the types of data supported using which the objects can be queried.
           Lucene used by Infinispan is completely a text based search which does not allow querying over objects like bytearrays(blobs)

           Is there a way to get around this in Infinispan?

       

           Second, how will we be able to query for objects with conditions involving only the object's attributes but not any external values.

           Instead of a query like "Get all objects where ObjectA.AttrA == 1234", will something like "Get all objects where ObjectA.AttrA==ObjectA.AttrB" be possible?

       

      Thanks.