Fwd: Some questions about index hard commit and intellij dev setup

2019-02-12 Thread Huaxiang Sun
Forgot to do a reply all, so just forward the messages again. -- Forwarded message - From: Huaxiang Sun Date: Mon, Feb 11, 2019 at 10:58 PM Subject: Re: Some questions about index hard commit and intellij dev setup To: Erick Erickson Thanks Erick. I will try as you suggested

Re: Some questions about index hard commit and intellij dev setup

2019-02-11 Thread Huaxiang Sun
Thanks Erick for quick response, really appreciate it. Sorry, for some reason, I did not get the response in email and just searched the web and found your response, :) Huaxiang 1> No. There's really no "index queue". Current batches being processed are finished, then the commit happens. HX

Some questions about index hard commit and intellij dev setup

2019-02-08 Thread Huaxiang Sun
Hi Developers, I am a newbie to solr/lucene project and have some questions about index hard commit. Excuse me if these have been asked before. 1. When hard commit happens, will it drain up entries in the index queue? 2. How exactly is index file written? I.e, will they be written to

Re: Some questions about index hard commit and intellij dev setup

2019-02-07 Thread Erick Erickson
1> No. There's really no "index queue". Current batches being processed are finished, then the commit happens. 2,3> The key is the "segments" file in your index, there should only be one of those. At time T, the segments file "points" to, say, segments 1, 2, 3. Now segments 4, 5 and 6 are written

Some questions about index hard commit and intellij dev setup

2019-02-07 Thread Huaxiang Sun
Hi Devs, I am a newbie to solr/lucene project and have some questions about index hard commit. Excuse me if these have been asked before. 1. When hard commit happens, will it drain up entries in the index queue? 2. How exactly is index file written? I.e, will they be written to tmp d