Legacy Knowledge Base
Published Jun. 30, 2025

Reindex icon is visible to all users

Written By

Sivakumar Perumal

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

Legacy Article

You are viewing an article from our legacy "FastTrack" publication program, made available for informational purposes. Articles in this program were published without a requirement for independent editing or verification and are provided"as is" without guarantee.

Before using any information from this article, independently verify its suitability for your situation and project.

Issue

  • Reindexing icon is available on top of every page while reindexing for all the users irrespective of roles
    Screenshot_from_2022-10-26_13-23-29.png

Environment

  • Liferay DXP 7.2

Resolution

  • This can be disabled for all users by blacklisting the osgi component.
    Component_Blacklist.png
  • Also, by adding the below config file com.liferay.portal.component.blacklist.internal.ComponentBlacklistConfiguration.config
    blacklistComponentNames=[ \

    "com.liferay.portal.search.web.internal.product.navigation.control.menu.IndexingProductNavigationControlMenuEntry", \

    ]

 

Please keep in mind that you by disabling this component, there will be no feedback at all about that a reindex is running in the product menu.

Additional Information

Did this article resolve your issue ?

Legacy Knowledge Base