Class SearchIndexesAction

java.lang.Object
org.apache.struts2.ActionSupport
com.opensymphony.xwork2.ActionSupport
All Implemented Interfaces:
Beanable, WebInterface, MessageHolderAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable, org.apache.struts2.action.Action, org.apache.struts2.interceptor.ValidationAware, org.apache.struts2.Validateable

public class SearchIndexesAction extends ConfluenceActionSupport implements Beanable
See Also:
  • Constructor Details

    • SearchIndexesAction

      public SearchIndexesAction()
  • Method Details

    • isSearchIndexBuildInProgress

      public boolean isSearchIndexBuildInProgress()
    • searchIndexExists

      public boolean searchIndexExists()
    • getLastSearchIndexRebuildElapsedTime

      public String getLastSearchIndexRebuildElapsedTime()
    • isPermitted

      public boolean isPermitted()
      Description copied from class: ConfluenceActionSupport
      Overrides:
      isPermitted in class ConfluenceActionSupport
    • execute

      public String execute()
      Specified by:
      execute in interface org.apache.struts2.action.Action
      Overrides:
      execute in class org.apache.struts2.ActionSupport
    • setIndexManager

      public void setIndexManager(IndexManager indexManager)
    • setLuceneConnection

      public void setLuceneConnection(ILuceneConnection luceneConnection)
    • setSalDarkFeatureManager

      public void setSalDarkFeatureManager(com.atlassian.sal.api.features.DarkFeatureManager salDarkFeatureManager)
    • reIndex

      public String reIndex()
      Trigger a full reindex of the system. If a reindex is already in progress, then nothing is done.
    • getBean

      public Object getBean()
      Specified by:
      getBean in interface Beanable