Re: Cache Lucene based index.

2016-05-22 Thread Erick Erickson
;> Uwe Schindler >> H.-H.-Meier-Allee 63, D-28213 Bremen >> http://www.thetaphi.de >> eMail: u...@thetaphi.de >> > -Original Message----- >> > From: Prateek Singhal [mailto:prateek.b...@gmail.com] >> > Sent: Saturday, May 21, 2016 11:27 AM >> >

Re: Cache Lucene based index.

2016-05-22 Thread Ahmet Arslan
ay, May 21, 2016 11:27 AM > > To: java-user@lucene.apache.org > > Subject: Cache Lucene based index. > > > > Hi Lucene lovers, > > > > I have a use-case where I want to *create a lucene based index* of > multiple > > documents and then *want to cache that ind

Re: Cache Lucene based index.

2016-05-21 Thread Michael Wilkowski
chindler > > H.-H.-Meier-Allee 63, D-28213 Bremen > > http://www.thetaphi.de > > eMail: u...@thetaphi.de > > > -Original Message- > > > From: Prateek Singhal [mailto:prateek.b...@gmail.com] > > > Sent: Saturday, May 21, 2016 11:27 AM > > > To: java-user

Re: Cache Lucene based index.

2016-05-21 Thread Prateek Singhal
n > http://www.thetaphi.de > eMail: u...@thetaphi.de > > -Original Message- > > From: Prateek Singhal [mailto:prateek.b...@gmail.com] > > Sent: Saturday, May 21, 2016 11:27 AM > > To: java-user@lucene.apache.org > > Subject: Cache Lucene based index. > > &

RE: Cache Lucene based index.

2016-05-21 Thread Uwe Schindler
AM > To: java-user@lucene.apache.org > Subject: Cache Lucene based index. > > Hi Lucene lovers, > > I have a use-case where I want to *create a lucene based index* of multiple > documents and then *want to cache that index*. > > Can anyone suggest if this is possible ? > And

Cache Lucene based index.

2016-05-21 Thread Prateek Singhal
Hi Lucene lovers, I have a use-case where I want to *create a lucene based index* of multiple documents and then *want to cache that index*. Can anyone suggest if this is possible ? And which *type of cache* will be most efficient for this use case. Also if you can provide me with any *example *