mirror of https://github.com/apache/lucene.git
fixed getDescription for HtmlFormatter
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@557874 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9c0d22fe9b
commit
5ddcd5543c
|
@ -45,7 +45,7 @@ public class HtmlFormatter extends HighlightingPluginBase implements SolrFormatt
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getDescription() {
|
public String getDescription() {
|
||||||
return "GapFragmenter";
|
return "HtmlFormatter";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue