Fórumok

Problem with Open Search On Liferay 6.1?

Hung Dx, módosítva 11 év-val korábban

Problem with Open Search On Liferay 6.1?

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

RE: Problem with Open Search On Liferay 6.1?

Expert Bejegyzések: 329 Csatlakozás dátuma: 2008.10.23. Legújabb bejegyzések
Hi Hung,

Did you ever get this figured out? I'm using GA2
thumbnail
Rahul Pande, módosítva 11 év-val korábban

RE: Problem with Open Search On Liferay 6.1?

Expert Bejegyzések: 310 Csatlakozás dátuma: 2010.07.07. Legújabb bejegyzések
Hi Hung,

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

Thanks
Rahul