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:
Koji Sekiguchi 2011-03-26 00:38:28 +00:00
parent 636b3070a6
commit 85969ee908
1 changed files with 1 additions and 1 deletions

View File

@ -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 {