Hi there, I need some help about the mergeindex command. I have 2 cores A and B that I want to merge into a new index RES. A has 100 docs and B 10 docs. All of B's docs are from A, except that one attribute is changed. The goal is to bring the updated attributes from B into A. When I issue the mergeindexes command my RES core only has 10 docs. I expect RES to have 100 or even 110 docs, but 10 is very puzzling. Am I misunderstanding something about merging indexes?
What I really want to do is to be able to merge 2 cores, but it looks like this is still in the works (solr-1331). Thanks! didier