Question

i have my own custom group portlet, while creating a group we can add description about the group. My problem is when we create a group in public diffusion, and trying to search that group through description details. search is not dispalying that group in result.

Was it helpful?

Solution

If you're modifying the behavior of a Liferay model you can use the IndexerPostProcessor to add additional items to the index (among other things).

See the official Liferay documentation on how to do so.

OTHER TIPS

Even liferay blog here provides details about customizing indexing.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top