If you mean you want a jdbc driver that you can send "select * from lucene_index1 where name like '%abc%' "
This would require the jdbc driver to translate SQL into Lucene query. An interesting idea, but never seen that before. The reason is that although look similar, SQL and Lucene query are quite different. -- Chris Lu ------------------------- Instant Scalable Full-Text Search On Any Database/Application site: http://www.dbsight.net demo: http://search.dbsight.com Lucene Database Search in 3 minutes: http://wiki.dbsight.com/index.php?title=Create_Lucene_Database_Search_in_3_minutes On Nov 26, 2007 1:12 AM, Mike Streeton <[EMAIL PROTECTED]> wrote: > Is their such a thing as a jdbc driver for Lucene that allows you to run > SQL to select from an index. > > Many Thanks > > Mike >