I'm using solr 4.6.1
and created a autocomplete suggester using the technique listed at the solr documentation. I use the
<str name="lookupImpl"> org.apache.solr.spelling.suggest.fst.AnalyzingInfixLookupFactory</str>
and
<str name="suggestAnalyzerFieldType">text_general</str>
The issue I have is that the output I get has the match in bold.
How do I prevent the matches from being made bold?