Interface ConfigChangeReindexAction

All Superinterfaces:
ConfigChangeAction

public interface ConfigChangeReindexAction extends ConfigChangeAction
Represents an action to re-index a document type in order to handle a config change.
Author:
bjorncs
  • Method Details

    • getType

      default ConfigChangeAction.Type getType()
      Description copied from interface: ConfigChangeAction
      Returns what type of action is required to handle this config change
      Specified by:
      getType in interface ConfigChangeAction
    • name

      default String name()
      Returns:
      name identifying this kind of change, used to identify names which should be allowed
    • getDocumentType

      String getDocumentType()
      Returns:
      name of the document type that must be re-indexed