Forums de discussion

Problem with Open Search On Liferay 6.1?

Hung Dx, modifié il y a 11 années.

Problem with Open Search On Liferay 6.1?

New Member Envoyer: 1 Date d'inscription: 08/09/11 Publications récentes
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, modifié il y a 11 années.

RE: Problem with Open Search On Liferay 6.1?

Expert Publications: 329 Date d'inscription: 23/10/08 Publications récentes
Hi Hung,

Did you ever get this figured out? I'm using GA2
thumbnail
Rahul Pande, modifié il y a 11 années.

RE: Problem with Open Search On Liferay 6.1?

Expert Publications: 310 Date d'inscription: 07/07/10 Publications récentes
Hi Hung,

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

Thanks
Rahul