掲示板

Liferay 7 - Indexer not working

thumbnail
6年前 に Mohammed Rawoof Shaik によって更新されました。

Liferay 7 - Indexer not working

Junior Member 投稿: 37 参加年月日: 16/09/25 最新の投稿
Hello LR Community,

Background:
I upgraded liferay-portal-6.2-ce-ga6 to liferay-ce-portal-7.0-ga4. Prior to the upgrade I disabled the indexer as recommended in this link. After the upgrade I enabled the indexer, i.e. indexReadOnly=false.
  • I manage my users and groups via LDAP.
  • I moved the document library from LR6 to LR7, i.e., mv liferay-portal-6.2-ce-ga6/data/document_library/* liferay-ce-portal-7.0-ga4/data/document_library

Issue:
  • The users aren't being listed in the Control Panel -> Users -> Users & Organizations tab. However on inspecting the 'User_' table in the schema, there are users present.
  • The Documents & Media UI shows the folders and files, but when I use the search no results are populated.

What am I missing here?
thumbnail
6年前 に Russell Bohl によって更新されました。

RE: Liferay 7 - Indexer not working (回答)

Expert 投稿: 291 参加年月日: 13/02/13 最新の投稿
It might be as simple as triggering a reindex from Control Panel-Configuration-Server Administration. I see that the article you linked hints at that but doesn't explicitly state it.
When the upgrade is complete, make sure you set this property to false so that you can index all objects from the Control Panel.
thumbnail
6年前 に Mohammed Rawoof Shaik によって更新されました。

RE: Liferay 7 - Indexer not working

Junior Member 投稿: 37 参加年月日: 16/09/25 最新の投稿
Hi Russell,

I set the indexReadOnly=false and assumed a server restart will re-index everything, but I guess it doesn't after this exercise. I manually re-indexed everything via the Control Panel and the search works. Thanks.
4年前 に Chandra Javalkar によって更新されました。

RE: Liferay 7 - Indexer not working

New Member 投稿: 7 参加年月日: 19/05/31 最新の投稿
Hi RussellI have ran into similar kind of issue .I m trying to change elastic search from embedded mode to remote mode. After configuration has done i am trying to do reindex all from control panel but when i click on execute button i see nosuchfile exceptions.Do you have any idea what causes this error during indexing?Any help on this much appreciated.Thank you