Re: JDBC access to a Lucene index

2009-10-21 Thread Jukka Zitting
Hi, On Mon, Oct 19, 2009 at 10:43 PM, Marcelo Ochoa wrote: >   This is similar approach to Lucene Domain Index: > http://docs.google.com/Doc?id=ddgw7sjp_54fgj9kg >    But Lucene Domain Index is an specific implementation for Oracle > Databases 10g/11g which is integrated through the ODCI API and

Re: JDBC access to a Lucene index

2009-10-19 Thread Marcelo Ochoa
Hi Zukka: This is similar approach to Lucene Domain Index: http://docs.google.com/Doc?id=ddgw7sjp_54fgj9kg But Lucene Domain Index is an specific implementation for Oracle Databases 10g/11g which is integrated through the ODCI API and replacing the Lucene file system storage by a BLOB storag

Re: JDBC access to a Lucene index

2009-10-17 Thread Jukka Zitting
Hi, On Fri, Oct 16, 2009 at 9:12 PM, Grant Ingersoll wrote: > I'm not aware of any, but you might get more mileage asking on java-user. You're right, poor original choice of list from me. java-users@, here's my question from java-dev@: Some while ago I implemented a simple JDBC to JCR bridge [