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