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
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