掲示板

connect my liferay search portlet with solr+nutch

thumbnail
12年前 に vamshi krishna によって更新されました。

connect my liferay search portlet with solr+nutch

Junior Member 投稿: 31 参加年月日: 11/03/03 最新の投稿
HI all,

i want to connect my liferay search portlet with solr+nutch. plz can any one help me urgent
thumbnail
12年前 に Mika Koivisto によって更新されました。

RE: connect my liferay search portlet with solr+nutch

Liferay Legend 投稿: 1519 参加年月日: 06/08/07 最新の投稿
You need to deploy solr-web plugin for Liferay to use Solr as it's search engine.
12年前 に Jean-Carl AMSLER によって更新されました。

RE: connect my liferay search portlet with solr+nutch

New Member 投稿: 5 参加年月日: 11/03/14 最新の投稿
Hi Vamshi,

You will find more info here :
http://www.lucidimagination.com/blog/2009/03/09/nutch-solr/

BR
JC
thumbnail
11年前 に Namrata Hangal によって更新されました。

RE: connect my liferay search portlet with solr+nutch

Regular Member 投稿: 161 参加年月日: 10/07/27 最新の投稿
Hi Vamshi,

Were you able to find a solution to your problem?
I'm also trying to display content indexed by nutch using Liferay's search portlet.

Unable to find any links on this...

Regards,
11年前 に Ediz Bozüyük によって更新されました。

RE: connect my liferay search portlet with solr+nutch

New Member 投稿: 9 参加年月日: 11/08/15 最新の投稿
is there a solution for this problem??
i have the exact same problem now! Liferay+Solr runs fine, Solr+Nutch without Liferay also runs fine! But all three together?? Is that possible? In my oppinion the problem is the schema.xml file, the one from solr-web plugin is different, uses uid instead of url as unique key.

If this combination is not possible....is it possible to use another crawler? Or is it possible to use a Google Search Appliance with liferay's search-portlet?
Please help emoticon
thumbnail
11年前 に Wilson Man によって更新されました。

RE: connect my liferay search portlet with solr+nutch

Liferay Master 投稿: 581 参加年月日: 06/06/21 最新の投稿
so the Liferay + Solr setup is meant for the portal's internal indexes and searching capability. we generally recommend having a separate Solr/Nutch server (with a schema.xml that you can customize to your needs) if you want to allow a crawler to give you page searching feature.

With that said, there isn't a plugin that's available (AFAIK) for searching the nutch indexes at this point. But, an easy thing you can do is to configure Solr to return JSON, then write a simple portlet using JavaScript/AJAX to provide your search results from Solr+Nutch.