Skip to content

Commit

Permalink
missing javadoc error
Browse files Browse the repository at this point in the history
Signed-off-by: Rishabh Maurya <[email protected]>
  • Loading branch information
rishabhmaurya committed Sep 22, 2023
1 parent aa8a89e commit cf650b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/src/main/java/org/opensearch/index/IndexSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ public final class IndexSettings {
private static final String DEFAULT_POLICY = "default";
private static final String MERGE_ON_FLUSH_MERGE_POLICY = "merge-on-flush";

/**
* Enum representing supported merge policies
*/
public enum IndexMergePolicy {
TIERED("tiered"),
LOG_BYTE_SIZE("log_byte_size"),
Expand Down

0 comments on commit cf650b2

Please sign in to comment.