Re: Use Lucene for database tables rather than flat files ??
Posted By:
Alexander_Dolgunin
Posted On:
Wednesday, January 29, 2003 02:48 AM
It is possible and somebody is (was) working on database based Directory implementation, but what is the rationale to use database? Is it for mixing SQL syntax which will first get parts of the index more efficiently than Lucene and then running the rest of the query on these parts? Otherwise I don't see why you need it.