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 57fb9a4 commit 43938faCopy full SHA for 43938fa
src/Nest/CommonAbstractions/Infer/IndexName/IndexNameResolver.cs
@@ -45,8 +45,6 @@ private static void ValidateIndexName(string indexName)
45
+ "or set a default index using ConnectionSettings.DefaultIndex()."
46
);
47
48
- if (indexName.HasAny(char.IsUpper))
49
- throw new ArgumentException($"Index names cannot contain uppercase characters: {indexName}.");
50
}
51
52
0 commit comments