Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am implementing a search engine with Nutch as web crawler and Solr for searching. Now,since Nutch has no search-user-interface any more, I came to know about Ajax-Solr as search-user-interface.

I implemented Ajax-Solr with no hindrance, but during its search operation its only search under reuters data. If I want to crawl the complete web ,other than reuter's data, using nutch and integrate it with solr,then i have to replace solr's schema.xml file with nutch's schema.xml file which will not be according to ajax-solr configuration. By replacing the schema.xml files, ajax-solr wont work!!!

So, I found a solution to this ,ie, to activate multiple cores which means integrating Solr with nutch in one core and using Ajax-Solr in other, which will do 2 requests to different cores and then aggregate documents with different structure.

I tried activating multiple cores,ie integrating solr with nutch in one core and ajax-solr in other, but to NO luck. I tried every single thing, every permutation and combination , but failed to set them up.
I followed these links
1) http://wiki.apache.org/solr/CoreAdmin
2) http://www.plaidpony.com/blog/post/2011/04/Multicore-SOLR-And-Tomcat-On-Windows-Server-2008-R2.aspx

But they also didnt helped either. Can you please tell how to set them up???
Been stuck up with this for over 2 days nows. Kindly help!!!

Thanks
Regards

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.