You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Chris Hostetter <ho...@fucit.org> on 2009/07/06 02:05:28 UTC

Re: Empty results after merging index via IndexMergeTool

: java -cp
: C:\jbdevstudio\jboss-eap\jboss-as\bin\Core\lib\lucene-core-2.9-dev.jar
: C:\jbdevstudio\jboss-eap\jboss-as\bin\Core\lib\lucene-misc-2.4.1.jar
: org.apache.lucene.misc.IndexMergeTool
: C:\jbdevstudio\jboss-eap\jboss-as\bin\Core\core\data
: C:\jbdevstudio\jboss-eap\jboss-as\bin\Core\core1\data\index
: C:\jbdevstudio\jboss-eap\jboss-as\bin\Core\core2\data\index
	...
: The core data folder contains the files " _0.cfs , segments.gen,segments_2 "
: Once I chk the results from the merged data respose got as zero results no
: documents found.

You told the IndexMergeTool to merge into the core\data -- but solr 
(probably) expects the index to be in core\data\index.


-Hoss