Hi, On Tue, Nov 13, 2012 at 2:36 PM, Erol Akarsu <eaka...@gmail.com> wrote: > Lewis, > > I applied the patch you told me. I replaced schema.xml of sol4 installation > with schme-sol4.xml. Solr 4.0 system is up and running and I can see its > web page with http://localhost:8080/sol40.
You would need to either rename schema-solr4.xml to schema, then copy this to your tomcat solr installation before starting/restarting the server or alternatively copy the contents of the newly patched file to the solr existing schema.xml > > I followed tutorial blindly. Crawling went fine but it seem very slow > compared to previous before patch applied Considering the patch only applies to the Solr indexing stage crawl performance should not be affected in the slightest. Especially when you are not passing the solr server URL during the crawl phase. Can I also suggest that you experiment with the crawl script (which accompanies the nutch script) instead of using the deprecated crawl command. perhaps attempt to set the SolrIndexerJob logging to DEBUG and review your hadoop.log as well. I can confirm that I was able to get Nutch trunk working with a standalone Solr 4.0 multicore server with the patch applied just last week. As I said, Markus has also suggested some additions to the patch so maybe try catching some irregularities... trial and error. hth Lewis