Re: Reader reopen

2014-06-05 Thread Michael McCandless
You can reopen non-NRT readers, too. It just means you have to call IW.commit in order for the non-NRT reader to see the changes. DR.openIfChanged accepts either kind of reader. Mike McCandless http://blog.mikemccandless.com On Thu, Jun 5, 2014 at 4:24 AM, Gergő Törcsvári wrote: > Hy, > > Th

Re: Reader reopen

2014-06-05 Thread Gergő Törcsvári
Hy, Thanks the fast answear. So the only way to reopen a reader if I use a near realtime reader or if I know where is the indexes and what kind of reader I had before? (And manually close and open an another reader.) Gergő 2014-06-03 12:37 GMT+02:00 Michael McCandless : > Sure, just use Direc

Re: Reader reopen

2014-06-03 Thread Michael McCandless
Sure, just use DirectoryReader.openIfChanged. Mike McCandless http://blog.mikemccandless.com On Tue, Jun 3, 2014 at 6:36 AM, Gergő Törcsvári wrote: > Hello, > > If I have an AtomicReader, and an IndexSearcher can I reopen the index to > get the new documents? > Like there: > http://lucene.apac

Fwd: Reader reopen

2014-06-03 Thread Gergő Törcsvári
Hello, If I have an AtomicReader, and an IndexSearcher can I reopen the index to get the new documents? Like there: http://lucene.apache.org/core/3_0_3/api/all/org/apache/lucene/index/IndexReader.html#reopen%28%29 There is any workaround? Thanks, Gergő P.S.: I accidentaly send this to general li