I'm very interrested to store lucene index in a database. Currently, I use it in EJBs and I'd like to replace io access by jdbc access. It would be great that the jdbc solution don't required a specific database (ie : Oracle or MSsql). So, is there a way to have a generic JDBC solution ?
----- Christophe ----- Message d'origine ----- De : "Maik Schreiber" <[EMAIL PROTECTED]> � : <[EMAIL PROTECTED]> Envoy� : jeudi 18 octobre 2001 18:18 Objet : AW: database-based store > > >Has anyone investigated building a database-based store for > >the indicies? I'm interested in building on if no one has > >started such an endeavor. Anything in particular I should know? > > I developed an OracleDirectory implementation some time ago, which I > plan to post to lucene-dev in the near future. > > I'm also willing to implement an SQLServerDirectory, but I haven't heard > of any demand for it. As if that weren't all, I'm having a hard time > finding a suitable (free!) JDBC driver to MS SQL Server. > > -- > Maik Schreiber > IQ Computing - http://www.iq-computing.de > mailto: [EMAIL PROTECTED] > >
