掲示板

RE: Federated Search

thumbnail
13年前 に ravi kumar gupta によって更新されました。

Federated Search

Liferay Legend 投稿: 1302 参加年月日: 09/06/24 最新の投稿
Hello Everyone,

Lifeary has very good search feature but I need something more from it. We have a set of websites which are not integrated in liferay. I want to search in the static content of those websites also.

Its just like Google search. I want federated search across multiple websites which are not in the same Liferay. They can be any xyz website. I want something where I can provide links of the site I want to search and it will be crawled and will be indexed in liferay. And when I search in my liferay it should show the results of those websites also.

Is there anything available like this?

Thanks in advance.
13年前 に Pete van de Water によって更新されました。

RE: Federated Search

New Member 投稿: 12 参加年月日: 10/08/18 最新の投稿
Try SOLR + Nutch
thumbnail
13年前 に ravi kumar gupta によって更新されました。

RE: Federated Search

Liferay Legend 投稿: 1302 参加年月日: 09/06/24 最新の投稿
Thanks for the hint.

I installed Nutch, Solr and they are working fine. When I check Solr search, it seems to be working. I crawled apache.org and got the results in solr search from solr-admin, but when i search in liferay, I get nothing. But Liferay gives no error.

With Solr admin I can search for liferay content also. But when solr has all the indexes why I am not able to search in liferay.

Please help.
thumbnail
13年前 に ravi kumar gupta によって更新されました。

RE: Federated Search

Liferay Legend 投稿: 1302 参加年月日: 09/06/24 最新の投稿
I just checked the solr logs.

I installed nutch and..
When I search in solr admin, I get the results. That means Nutch with Solr is working fine.
but
When I search in liferay for the content which is in liferay like blogs, wiki, web content etc, I get the results in liferay. That means Liferay with Solr is working fine.

I need to see other results also, which are actually generated by nutch. Why other results are not coming when searched from liferay.

Please help
13年前 に kavita sonawane によって更新されました。

RE: Federated Search

New Member 投稿: 4 参加年月日: 11/03/21 最新の投稿
Hi,

I am new here,
My problem is :
I want to customize liferay search portlet, I want to add another option in dropdown for search which will be directed to a portlet on different page.
How can I do this? Which file I will need to configure?
Thanks
thumbnail
12年前 に Ravi Kumar Gupta によって更新されました。

RE: Federated Search

Liferay Legend 投稿: 1302 参加年月日: 09/06/24 最新の投稿
This can be one option..

You need to modify the liferay search jsps to add an option in dropdown. When you hit search after selecting that option, run javascript to generate a portlet url. This portlet url will be of the portlet you want to load on another page.
thumbnail
12年前 に himanshu jain によって更新されました。

RE: Federated Search

Junior Member 投稿: 34 参加年月日: 11/10/25 最新の投稿
i want to customize my search portlet.Can u guide me.I also tried with Solr but no result comes in liferay .
thumbnail
11年前 に Namrata Hangal によって更新されました。

RE: Federated Search

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

Am working on the same - Nutch + solr with Liferay.
Did you find a solution?

Also, I have a few queries -
a) How do you search for stuff in solr admin? I mean, I did the crawl and everything but it shows a blank response in the xml result.
b) How did you merger the schemas for nutch and liferay? There are two separate ones right? Or have you used the multicore option of solr?
c) Would a separate search portlet be required (that acts as a wrapper over solrj) in order to fetch results?

Thanks!
thumbnail
9年前 に Jason Andrew によって更新されました。

RE: Federated Search

New Member 投稿: 18 参加年月日: 14/03/01 最新の投稿
Im facing same problem here.
How can i search a data from Solr using liferay...