Re: Lucene pointing to existing DB Index

2013-06-15 Thread Adrien Grand
Hi, On Sat, Jun 15, 2013 at 6:55 AM, Pradeep B wrote: > Hi > I have just started out on lucene and experimenting with some possibilities. > My goal is to try to exploit an existing database index (which in my case > is an inverted index) to serve as a Lucene Index. > this helps me avoid need of

Lucene pointing to existing DB Index

2013-06-14 Thread Pradeep B
Hi I have just started out on lucene and experimenting with some possibilities. My goal is to try to exploit an existing database index (which in my case is an inverted index) to serve as a Lucene Index. this helps me avoid need of additional indexing time and storage space. Is this possible ? W