We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee9605 commit 91d487cCopy full SHA for 91d487c
server/src/main/java/org/elasticsearch/index/IndexSettingProvider.java
@@ -31,7 +31,8 @@
31
*/
32
public interface IndexSettingProvider {
33
/**
34
- * Allows to provide default index {@link Settings} and custom index metadata for the given index on index creation and template validation.
+ * Allows to provide default index {@link Settings} and custom index metadata for the given index
35
+ * on index creation and template validation.
36
*
37
* @param indexName The name of the new index being created
38
* @param dataStreamName The name of the data stream if the index being created is part of a data stream
0 commit comments