Foren

Problem with Open Search On Liferay 6.1?

Hung Dx, geändert vor 11 Jahren.

Problem with Open Search On Liferay 6.1?

New Member Beitrag: 1 Beitrittsdatum: 08.09.11 Neueste Beiträge
Hi everyone!
I have a problem when adding search apabilities to a custom portlet on Liferay 6.1 CE GA1
by following this wiki post http://www.liferay.com/community/wiki/-/wiki/Main/Adding+search+capabilities+to+a+portlet

1.Create class CustomIndexer to index my custom entity.
2..Create class CustomOpenSearchImpl by extend HitsOpenSearchImpl.
3.Add <indexer-class>CustomIndexer </indexer-class> and <open-search-class>CustomOpenSearchImpl </open-search-class> to liferay-portlet.xml in my custom portlet
4.Update AssetEntry and invoke index/reindex method when add/update/delete custom entity on class CustomEntityLocalServiceImpl.
5.Enable Display Open Search Results checkbox on search portlet configuration page.

But my custom entity is not searchable from search portlet.
So please help me on this problem?
thumbnail
Brian Scott Schupbach, geändert vor 11 Jahren.

RE: Problem with Open Search On Liferay 6.1?

Expert Beiträge: 329 Beitrittsdatum: 23.10.08 Neueste Beiträge
Hi Hung,

Did you ever get this figured out? I'm using GA2
thumbnail
Rahul Pande, geändert vor 11 Jahren.

RE: Problem with Open Search On Liferay 6.1?

Expert Beiträge: 310 Beitrittsdatum: 07.07.10 Neueste Beiträge
Hi Hung,

In Liferay 6.1, Faceted search is used instead of Open search. You can find more information about it here

Thanks
Rahul