mirror of https://github.com/apache/lucene.git
SOLR-2417: typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1085615 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
636b3070a6
commit
85969ee908
|
@ -60,7 +60,7 @@ public class ExplainAugmenter extends TransformerWithContext
|
|||
if( style == Style.NL ) {
|
||||
doc.setField( name, SolrPluginUtils.explanationToNamedList(exp) );
|
||||
}
|
||||
else if( style == Style.NL ) {
|
||||
else if( style == Style.HTML ) {
|
||||
doc.setField( name, exp.toHtml() );
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in New Issue