Fórum

Problem with Open Search On Liferay 6.1?

Hung Dx, modificado 11 Anos atrás.

Problem with Open Search On Liferay 6.1?

New Member Mensagem: 1 Data de Entrada: 08/09/11 Postagens Recentes
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, modificado 11 Anos atrás.

RE: Problem with Open Search On Liferay 6.1?

Expert Postagens: 329 Data de Entrada: 23/10/08 Postagens Recentes
Hi Hung,

Did you ever get this figured out? I'm using GA2
thumbnail
Rahul Pande, modificado 11 Anos atrás.

RE: Problem with Open Search On Liferay 6.1?

Expert Postagens: 310 Data de Entrada: 07/07/10 Postagens Recentes
Hi Hung,

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

Thanks
Rahul