org.apache.lucene.search.highlight
public class SimpleHTMLFormatter extends Object implements Formatter
Constructor Summary | |
---|---|
SimpleHTMLFormatter(String preTag, String postTag) | |
SimpleHTMLFormatter()
Default constructor uses HTML: <B> tags to markup terms
|
Method Summary | |
---|---|
String | highlightTerm(String originalText, TokenGroup tokenGroup) |