I don't know how fitting this solution might be but I'll have a go.
You could have a separate core that is an exact replica of your current
core.
Merge your created index with that core and then after loading it, swap it
with your original one. This can be done at runtime.
Then merge your original index so that you have a consistent copy.

On Tue, 16 Feb 2016, 03:57 jeba earnest <ernest.j...@gmail.com> wrote:

> My requirement is to add the index folder to the solr data directory. I am
> generating a lucene index by mapreduce program. And later I would like to
> merge the index with the solr index without bringing the solr down.
>
> I actually tried index merger tool but this tool works when the solr is
> down.
>
> Is there a possibility to merge the segments. Will that solve my problem?
>
> Jeba
>
-- 
Regards,
Binoy Dalal

Reply via email to