Indexing data stored in a DB is not the same as using a DB for storing a Lucene index. I thought you were interested in the latter. As for former, many people have done it, me included (see simpy.com for a live example), but I'm not aware of a generic toolkit for this. It's quite easy to role your own.
Otis --- Nick Arnett <[EMAIL PROTECTED]> wrote: > Andi Vajda wrote: > > > If you implemented a JDBCDirectory in java or python (after > verifying > > that such a thing doesn't already exist for Java Lucene, it rings a > > > bell), that would be great ! > > I recently checked in code allowing for a complete python > > implementations of store.Directory, store.Lock, store.InputStream, > > store.OutputStream. > > I'm not likely to do a JDBC implementation, but I'l be working on a > Python one. > > Jive (http://www.jivesoftware.com) uses Lucene to search message > stored > in MySQL, though I'm not familiar with the implementation (I don't > speak > Java much at all). Other folks at my company know a little bit about > it. > > Nick > > _______________________________________________ > pylucene-dev mailing list > [email protected] > http://lists.osafoundation.org/mailman/listinfo/pylucene-dev > _______________________________________________ pylucene-dev mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/pylucene-dev
