Index writer addIndexes method not working

2016-02-21 Thread jeba earnest
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.

Index writer addIndexes method not working

2016-02-15 Thread jeba earnest
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.

Solr index segment level merge

2015-12-29 Thread jeba earnest
I have a scenario that I need to merge the solr indexes online. I have a primary solr index of 100 Gb and it is serving the end users and it can't go offline for a moment. Everyday new lucene indexes(2 GB) are generated separately. I have tried coreadmin