简体   繁体   English

Liferay + Solr + Nutch

[英]Liferay + Solr + Nutch

Readme: https://stackoverflow.com/questions/11324162/nutch-and-solr-with-liferay 自述文件: https : //stackoverflow.com/questions/11324162/nutch-and-solr-with-liferay

I am at the exact same point now. 我现在正好在同一时间。 I tried to merge the schema files or just changed the uniquekey but nothing worked. 我尝试合并架构文件或只是更改了uniquekey,但是没有任何效果。 Nutch 1.4 and Solr 3.6.1 run fine when using the same schema, the one from nutch. 使用相同的模式时,Nutch 1.4和Solr 3.6.1可以很好地运行。 Liferay 6.1.0 solr-web plugin and Solr 3.6.1 also run fine when both use the schema from solr-web. 当Liferay 6.1.0 solr-web插件和Solr 3.6.1都使用solr-web中的架构时,它们也可以正常运行。

Have you solved this problem? 你解决了这个问题吗?

Is there an alternative? 还有其他选择吗? We also have a Google Search Appliance. 我们还有一个Google Search Appliance。 Crawling is no problem, but how to integrate into the Liferay search-portlet? 爬行没有问题,但是如何集成到Liferay搜索门户中? Maybe it is possible to use the Liferay Luscene Search + Google Search Appliance? 也许可以使用Liferay Luscene Search + Google Search Appliance?

Liferay search portlet needs uid to be the primary key. Liferay搜索Portlet需要uid作为主键。 Hence, keep the unique key as uid and then copy unique key of nutch into uid by using copyField 因此,将唯一键保留为uid,然后使用copyField将nutch的唯一键复制到uid中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM