Skip to content

Commit

Permalink
Support optimize AND forcemerge
Browse files Browse the repository at this point in the history
Support optimize AND forcemerge, depending of ES version
  • Loading branch information
andrese authored Sep 14, 2017
1 parent 218724a commit 4a688b8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _site/lang/en_strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ i18n.setKeys({
"IndexActionsMenu.NewAlias": "New Alias...",
"IndexActionsMenu.Refresh": "Refresh",
"IndexActionsMenu.Flush": "Flush",
"IndexActionsMenu.Optimize": "Optimize...",
"IndexActionsMenu.ForceMerge": "ForceMerge...",
"IndexActionsMenu.Snapshot": "Gateway Snapshot",
"IndexActionsMenu.Analyser": "Test Analyser",
Expand Down Expand Up @@ -83,6 +84,11 @@ i18n.setKeys({
"NodeType.Tribe": "Tribe Node",
"NodeType.Worker": "Worker Node",
"NodeType.Unassigned": "Unassigned",
"OptimizeForm.OptimizeIndex": "Optimize {0}",
"OptimizeForm.MaxSegments": "Maximum # Of Segments",
"OptimizeForm.ExpungeDeletes": "Only Expunge Deletes",
"OptimizeForm.FlushAfter": "Flush After Optimize",
"OptimizeForm.WaitForMerge": "Wait For Merge",
"ForceMergeForm.ForceMergeIndex": "ForceMerge {0}",
"ForceMergeForm.MaxSegments": "Maximum # Of Segments",
"ForceMergeForm.ExpungeDeletes": "Only Expunge Deletes",
Expand Down

0 comments on commit 4a688b8

Please sign in to comment.