A Database as a Lucene Index Target

2006-01-11 Thread Amir Kibbar
Hi,I hope that this mailing list is the right place for things like that, if not I apologize in advance.I've written an extension for the Directory object called DBDirectory, that allows you to read and write a Lucene index to a database instead of a file system. This is done using blobs. Each blob

Re: [jira] Created: (LUCENE-487) Database as a lucene index target

2006-01-11 Thread Amir Kibbar
amp; drivers, as many JDBC blob impls do not support > this functionality, and read/write the blob completely behind the scenes. > > -Original Message- > From: Amir Kibbar (JIRA) [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 11, 2006 12:35 PM > To: java-dev@lucene.a

Re: [jira] Created: (LUCENE-487) Database as a lucene index target

2006-01-11 Thread Amir Kibbar
to see the > > results using various db & drivers, as many JDBC blob impls do not > support > > this functionality, and read/write the blob completely behind the > scenes. > > > > -Original Message- > > From: Amir Kibbar (JIRA) [mailto:[EMAIL PROT

[jira] Created: (LUCENE-487) Database as a lucene index target

2006-01-11 Thread Amir Kibbar (JIRA)
), Oracle (version 8.1.7 and up) Reporter: Amir Kibbar Priority: Minor I've written an extension for the Directory object called DBDirectory, that allows you to read and write a Lucene index to a database instead of a file system. This is done using blobs. Each blob represents a "f

[jira] Updated: (LUCENE-487) Database as a lucene index target

2006-01-11 Thread Amir Kibbar (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-487?page=all ] Amir Kibbar updated LUCENE-487: --- Attachment: files.zip > Database as a lucene index target > - > > Key: LUCENE-487 >