Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
8.4
-
None
-
None
-
None
Description
We are using Solr in an embedded mode and in our case configuring things like a Solr authenticator or setting a "solr.jetty.https.port" env var does not make much sense. The problem is that since 8.4 (and SOLR-13972) we are getting warnings which are not very easy to avoid in a clean way.
While I understand the intent for the standalone Solr it would be nice if org.apache.solr.core.CoreContainer was exposing some API that could only be used when embedding Solr (so when Solr is not directly exposed) and which would allow disabling this check.