Fórum

Liferay 7 CE GA3 Assets Framework & Indexer & Messaging & OSGi

thumbnail
Fuad Efendi, modificado 7 Anos atrás.

Liferay 7 CE GA3 Assets Framework & Indexer & Messaging & OSGi

Regular Member Postagens: 180 Data de Entrada: 05/04/07 Postagens Recentes
Hello,

I need your help: Asset Publisher and Search Portlet do not show my custom objects.

Here is the link to my project source code:
https://github.com/FuadEfendi/liferay-osgi

I can see new object type "CJ Product" (which is Commission Junction product type) in Asset Manager configuration screen, but no any products shown; and search doesn't show anything in search results. And I have about 30,000 entries in AssetEntry table after processing single datafeed from Commission Junction (Conversant).

My whole project is in GitHub, Apache 2.0 licensed. Liferay 7.0 CE GA3, Liferay Workspace / Gradle; using new OSGi approach.


Thank you!
thumbnail
Fuad Efendi, modificado 7 Anos atrás.

RE: Liferay 7 CE GA3 Assets Framework & Indexer & Messaging & OSGi

Regular Member Postagens: 180 Data de Entrada: 05/04/07 Postagens Recentes
Solved:



CJProductAssetRendererFactory() {
    ...
    setSearchable(true);
    ....
}

Now, both Asset Publisher and Search work fine. My applauds!

See class com.liferay.portal.search.web.internal.facet.AssetEntriesSearchFacet for the details.