Foros de discusión

Indexer Class for existing portlet

thumbnail
Hamidul Islam, modificado hace 10 años.

Indexer Class for existing portlet

Regular Member Mensajes: 111 Fecha de incorporación: 22/05/08 Mensajes recientes
Hi All,
Is it possible to add indexer class for Liferay existing portlet without using EXT environment? Is it possible to implement by Hook?


Thanks & Regards
Hamidul Islam
thumbnail
Jignesh Vachhani, modificado hace 10 años.

RE: Indexer Class for existing portlet

Liferay Master Mensajes: 803 Fecha de incorporación: 10/03/08 Mensajes recientes
Hi Hamidul

Yes you can surely override existing indexer class with *IndexerPostProcessor.
You can see detail on https://www.liferay.com/documentation/liferay-portal/6.2/development/-/ai/extending-the-indexer-post-processor-liferay-portal-6-2-dev-guide-10-en

Also if you need information about when can you use hook, just have look here.

Best Regards,
Jignesh
vishwas kashyap, modificado hace 10 años.

RE: Indexer Class for existing portlet

New Member Mensaje: 1 Fecha de incorporación: 2/12/13 Mensajes recientes
Hi Jignesh,
Thanks for the reply..If there is no indexer class for the portlet ,then using the indexerpostprocessor is of no use right ? If we want to extend the search functionality to a existing portlet like Dynamic Data List which doesnt have an Indexer Class ,is there any way of implementing the same using hooks ?