Package ubic.gemma.core.search.lucene
Class SimpleHTMLFormatter
java.lang.Object
ubic.gemma.core.search.lucene.SimpleHTMLFormatter
- All Implemented Interfaces:
org.apache.lucene.search.highlight.Formatter
public class SimpleHTMLFormatter
extends Object
implements org.apache.lucene.search.highlight.Formatter
A safer substitute for
SimpleHTMLFormatter that escape existing HTML tags
and use lowercase <b> tags.- Author:
- poirigui
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhighlightTerm(String originalText, org.apache.lucene.search.highlight.TokenGroup tokenGroup)