Hello, I successfully installed both Solr 3.2 and Nutch 1.3 separately and both of them are working good. Now, I am trying to integrate both of them to get the search results which are already crawled and indexed by Nutch 1.3.
I followed the steps according the following url's but wont display anything in the Solr search. http://wiki.apache.org/nutch/RunningNutchAndSolr http://wiki.apache.org/nutch/RunningNutchAndSolr http:// http://thetechietutorials.blogspot.com/2011/06/solr-and-nutch-integration.html http:// http://thetechietutorials.blogspot.com/2011/06/solr-and-nutch-integration.html After, I run the command “bin/nutch solrindex http://127.0.0.1:8983/solr/ firstSite/crawldb firstSite/linkdb firstSite/segments/* “ to send crawl data to Solr for indexing ,it is fetching the links but receiving the following error : *Exception in thread "main" org.apache.hadoop.mapred.InvalidInputException: Input path does not exist: file:/c:/apache-nutch-1.3-src/runtime/local/firstSite/segments/20110706135037/parse_data * May I know, if I need to do any changes to the schema.xml file prior to copying into solr/conf folder. Serenity -- View this message in context: http://lucene.472066.n3.nabble.com/Integrating-Solr-3-2-with-Nutch-1-3-tp3152501p3152501.html Sent from the Nutch - User mailing list archive at Nabble.com.

