@@ -139,7 +140,7 @@ public class Solr6Index implements IndexProvider {
privatestaticfinalcharCHROOT_START_CHAR='/';
privatestaticSolr6Indexinstance=null;
publicstaticfinalConfigOption<Boolean>CREATE_SOLR_CLIENT_PER_REQUEST=newConfigOption(SOLR_NS,"create-client-per-request","when false, allows the sharing of solr client across other components.",org.janusgraph.diskstorage.configuration.ConfigOption.Type.LOCAL,true);
publicstaticfinalConfigOption<Boolean>CREATE_SOLR_CLIENT_PER_REQUEST=newConfigOption(SOLR_NS,"create-client-per-request","when false, allows the sharing of solr client across other components.",org.janusgraph.diskstorage.configuration.ConfigOption.Type.LOCAL,false);
privateenumMode{
HTTP,CLOUD;
...
...
@@ -251,6 +252,9 @@ public class Solr6Index implements IndexProvider {