Skip to content

Commit

Permalink
Done
Browse files Browse the repository at this point in the history
  • Loading branch information
albertzaharovits committed Jul 19, 2023
1 parent 57d5fbd commit f25280f
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ private static Settings getMainIndexSettings() {
.put(IndexMetadata.SETTING_NUMBER_OF_REPLICAS, 0)
.put(IndexMetadata.SETTING_AUTO_EXPAND_REPLICAS, "0-1")
.put(IndexMetadata.SETTING_PRIORITY, 1000)
.put("index.refresh_interval", "1s")
.put(IndexMetadata.INDEX_FORMAT_SETTING.getKey(), INTERNAL_MAIN_INDEX_FORMAT)
.put("analysis.filter.email.type", "pattern_capture")
.put("analysis.filter.email.preserve_original", true)
Expand Down Expand Up @@ -617,7 +616,6 @@ private static Settings getTokenIndexSettings() {
.put(IndexMetadata.SETTING_NUMBER_OF_REPLICAS, 0)
.put(IndexMetadata.SETTING_AUTO_EXPAND_REPLICAS, "0-1")
.put(IndexMetadata.SETTING_PRIORITY, 1000)
.put("index.refresh_interval", "1s")
.put(IndexMetadata.INDEX_FORMAT_SETTING.getKey(), INTERNAL_TOKENS_INDEX_FORMAT)
.build();
}
Expand Down Expand Up @@ -814,7 +812,6 @@ private static Settings getProfileIndexSettings() {
.put(IndexMetadata.SETTING_NUMBER_OF_REPLICAS, 0)
.put(IndexMetadata.SETTING_AUTO_EXPAND_REPLICAS, "0-1")
.put(IndexMetadata.SETTING_PRIORITY, 1000)
.put("index.refresh_interval", "1s")
.put(IndexMetadata.INDEX_FORMAT_SETTING.getKey(), INTERNAL_PROFILE_INDEX_FORMAT)
.put("analysis.filter.email.type", "pattern_capture")
.put("analysis.filter.email.preserve_original", true)
Expand Down

0 comments on commit f25280f

Please sign in to comment.