mirror of https://github.com/apache/lucene.git
remove unneeded nocommit
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/branches/solr@923543 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3730a0b0ba
commit
742a8cd50f
|
@ -821,7 +821,7 @@ public final class IndexSchema {
|
|||
NamedNodeMap attrs = node.getAttributes();
|
||||
String analyzerName = DOMUtil.getAttr(attrs,"class");
|
||||
if (analyzerName != null) {
|
||||
// nocommit: add support for CoreAware & Co here?
|
||||
// No need to be core-aware as Analyzers are not in the core-aware list
|
||||
final Class<? extends Analyzer> clazz = loader.findClass(analyzerName).asSubclass(Analyzer.class);
|
||||
try {
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue