Description
There are two occurrences in HttpSolrCall that still make checks for a default core.
// try the default core if (core == null) { core = cores.getCore(""); }
Is that needed anymore? I removed them and the tests seems to pass .
There are two occurrences in HttpSolrCall that still make checks for a default core.
// try the default core if (core == null) { core = cores.getCore(""); }
Is that needed anymore? I removed them and the tests seems to pass .