Use SQL frontend to read lucene index

2008-10-27 Thread blured blured
Hi, Do you know if a plugin or a third party software allow to read Lucene index using sql statements ? Regards, Blured. _ Discover the new Windows Vista http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QBRE

RE: Use SQL frontend to read lucene index

2008-10-27 Thread blured blured
can not: lucene is not a DBMS, so there can't be a sql> > wrapper.> > if you have a problem, you want to solve by sql: usual there is a > solution> in lucene. So please ask more concrete.> > Best regards> Karsten> > > > blured blured wrote:> > > &g

eclipse birt with lucene

2008-10-27 Thread blured blured
Hi, I'd like to use Eclipse Birt in order to make reports based on Lucene index content as if I use a database. The idea is to use SQL statement to read this index with a JDBC wrapper like the one existing for LDAP (http://www.openldap.org/jdbcldap/). Perhaps somebody already have done a custo