mirror of https://github.com/apache/lucene.git
fix comment typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1512697 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9cb38dd42a
commit
0e332a923d
|
@ -113,7 +113,7 @@ public class DefaultSolrHighlighter extends SolrHighlighter implements PluginInf
|
|||
formatters.put("", fmt);
|
||||
formatters.put(null, fmt);
|
||||
|
||||
// Load the formatters
|
||||
// Load the encoders
|
||||
SolrEncoder enc = solrCore.initPlugins(info.getChildren("encoder"), encoders,SolrEncoder.class,null);
|
||||
if (enc == null) enc = new DefaultEncoder();
|
||||
encoders.put("", enc);
|
||||
|
|
Loading…
Reference in New Issue