mirror of
https://github.com/apache/lucene.git
synced 2025-02-24 03:05:06 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
b4c8f5678d
@ -43,6 +43,9 @@ public class SolrCoreParser extends CoreParser implements NamedListInitializedPl
|
||||
|
||||
@Override
|
||||
public void init(NamedList initArgs) {
|
||||
if (initArgs == null || initArgs.size() == 0) {
|
||||
return;
|
||||
}
|
||||
final SolrResourceLoader loader;
|
||||
if (req == null) {
|
||||
loader = new SolrResourceLoader();
|
||||
|
Loading…
x
Reference in New Issue
Block a user