Use SQL-like queries

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 1729

This topic has not yet been written. The content below is from the topic description.
SQL-like querying of Infinispan VERSION 1  Created on: Sep 27, 2009 8:41 PM by Michael Neale - Last Modified:  Feb 22, 2010 12:25 PM by Manik Surtani (via Infinispan query module of course) !   JSR-170 defines a java content repository API, but also a SQL-like language - in some implementations this querying is done via Lucene. Might be a nice idea for this to be an option for querying Infinispan:   SELECT * FROM org.something.Class where field = value... etc   (some grammar from Jackrabbit, or DNA may be able to be borrowed to help with this).