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 was able to setup Nutch 1.4 with Solr 3.6 and Liferay 5.2 EE with Solr 3.6 separately.

Now, Nutch uses its own schema with uniquekey "url" and Liferay has its own schema with uniquekey "uid". I copied one at a time to my solr instance. But this is not what I want.

How can one combine both these frameworks - Nutch + Solr + Liferay? In particular,

a) Can I merge both the schema? (I feel No since the uniquekeys are different and also the fields)

b) Which Solr feature can I use, if possible? Multicore? MergingIndexes? I'm totally confused what would work!

c) Even if I manage to integrate Nutch+Solr with Liferay, how will the default Liferay search portlet handle search requests? I would obviously require Nutch crawled data in my search results as well. Would this involve modifying the solr-web plugin of Liferay too?

Basically, I require external website searching along with the default search behaviour of Liferay's search portlet! That's why I thought of Nutch to crawl the website.

Please help experts! 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.