Class UpdateSettingsClusterStateUpdateRequest

    • Constructor Detail

      • UpdateSettingsClusterStateUpdateRequest

        public UpdateSettingsClusterStateUpdateRequest()
    • Method Detail

      • isPreserveExisting

        public boolean isPreserveExisting()
        Returns true iff the settings update should only add but not update settings. If the setting already exists it should not be overwritten by this update. The default is false
      • setPreserveExisting

        public UpdateSettingsClusterStateUpdateRequest setPreserveExisting​(boolean preserveExisting)
        Iff set to true this settings update will only add settings not already set on an index. Existing settings remain unchanged.