Hello, I'm having trouble merging indexes with with IndexMergeTool. I use Solr 1.3 to build two separate indexes. Then I shut down Solr. The indexes generated by Solr look ok. I can read them with a Lucene IndexSearcher, and even open up the index files and see the text of my documents.
Next I run IndexMergeTool from Lucene 2.4, following the instructions at <http://wiki.apache.org/solr/MergingSolrIndexes> After I run IndexMergeTool, the "merged" index is empty. The directory is created, it has a segments file like a normal Lucene index, the index just doesn't have any documents in it. Any suggestions? -Stuart Sierra