Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change 
notification.

The "MergingSolrIndexes" page has been changed by anirudha jadhav:
http://wiki.apache.org/solr/MergingSolrIndexes?action=diff&rev1=13&rev2=14

  java -cp lucene-core-3.4.0.jar:lucene-misc-3.4.0.jar 
org.apache.lucene.misc.IndexMergeTool ./newindex ./app1/solr/data/index 
./app2/solr/data/index
  }}}
  
+ Caution:
+ Lucene MergeTool and Solr CoreAdmin both will give result in an index with 
duplicate docs as a result of merge; if there are 2 docs with the same 
uniqueKey in 2 shards to be merged.
+ 

Reply via email to