mirror of https://github.com/apache/lucene.git
Add handler.dataimport to list of known packages
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@755901 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
766c0e6c7d
commit
87b5b4768f
|
@ -61,7 +61,7 @@ public class SolrResourceLoader implements ResourceLoader
|
|||
|
||||
static final String project = "solr";
|
||||
static final String base = "org.apache" + "." + project;
|
||||
static final String[] packages = {"","analysis.","schema.","handler.","search.","update.","core.","request.","update.processor.","util.", "spelling.", "handler.component."};
|
||||
static final String[] packages = {"","analysis.","schema.","handler.","search.","update.","core.","request.","update.processor.","util.", "spelling.", "handler.component.", "handler.dataimport"};
|
||||
|
||||
private final ClassLoader classLoader;
|
||||
private final String instanceDir;
|
||||
|
|
Loading…
Reference in New Issue