Clone this repository
Create a Liferay Workspace with the Blade CLI if you don't have one
Note: the Liferay Workspace should be configured in an empty directory - not under portal-master.
Move this project under modules
in your Liferay Workspace (the one you configured above)
Build this project:
gw deploy
Deploy the resulting bundle (see osgi/modules
) into a Liferay Portal
Start Liferay Portal
Confirm this module has been loaded:
lb | grep "Liferay Search Result Map"
In case the project doesn't build correctly nor the bundle doesn't start
immediately after deployment, double check module versions in bnd.bnd
,
dependencies versions in build.gradle
,
and the versions of the same packages deployed in the Portal.
If you're using elasticsearch-head to run this query, make sure you're using
the POST
method instead of GET
.