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 c3ed5a8 commit 9ac3c6dCopy full SHA for 9ac3c6d
solr/core/src/java/org/apache/solr/core/ConfigSetService.java
@@ -117,11 +117,6 @@ private void bootstrapDefaultConf() throws IOException {
117
}
118
119
private void bootstrapConfDir(String confDir) throws IOException {
120
- if (!confDir.endsWith("conf")) {
121
- throw new IllegalArgumentException(
122
- "solr.configset.bootstrap.confdir must point to 'conf' directory, confDir: " + confDir);
123
- }
124
-
125
Path configPath = resolvePathWithSolrInstallDir(confDir);
126
127
if (!Files.isDirectory(configPath)) {
0 commit comments