Fórumok

connect my liferay search portlet with solr+nutch

thumbnail
vamshi krishna, módosítva 12 év-val korábban

connect my liferay search portlet with solr+nutch

Junior Member Bejegyzések: 31 Csatlakozás dátuma: 2011.03.03. Legújabb bejegyzések
HI all,

i want to connect my liferay search portlet with solr+nutch. plz can any one help me urgent
thumbnail
Mika Koivisto, módosítva 12 év-val korábban

RE: connect my liferay search portlet with solr+nutch

Liferay Legend Bejegyzések: 1519 Csatlakozás dátuma: 2006.08.07. Legújabb bejegyzések
You need to deploy solr-web plugin for Liferay to use Solr as it's search engine.
Jean-Carl AMSLER, módosítva 12 év-val korábban

RE: connect my liferay search portlet with solr+nutch

New Member Bejegyzések: 5 Csatlakozás dátuma: 2011.03.14. Legújabb bejegyzések
Hi Vamshi,

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

BR
JC
thumbnail
Namrata Hangal, módosítva 11 év-val korábban

RE: connect my liferay search portlet with solr+nutch

Regular Member Bejegyzések: 161 Csatlakozás dátuma: 2010.07.27. Legújabb bejegyzések
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,
Ediz Bozüyük, módosítva 11 év-val korábban

RE: connect my liferay search portlet with solr+nutch

New Member Bejegyzések: 9 Csatlakozás dátuma: 2011.08.15. Legújabb bejegyzések
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
Wilson Man, módosítva 11 év-val korábban

RE: connect my liferay search portlet with solr+nutch

Liferay Master Bejegyzések: 581 Csatlakozás dátuma: 2006.06.21. Legújabb bejegyzések
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.