org.apache.lucene.search.highlight
Class SimpleHTMLFormatter
java.lang.Object
org.apache.lucene.search.highlight.SimpleHTMLFormatter
- All Implemented Interfaces:
- Formatter
public class SimpleHTMLFormatter
- extends Object
- implements Formatter
Simple Formatter
implementation to highlight terms with a pre and
post tag.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleHTMLFormatter
public SimpleHTMLFormatter(String preTag,
String postTag)
SimpleHTMLFormatter
public SimpleHTMLFormatter()
- Default constructor uses HTML: <B> tags to markup terms.
highlightTerm
public String highlightTerm(String originalText,
TokenGroup tokenGroup)
- Specified by:
highlightTerm
in interface Formatter
- Parameters:
originalText
- The section of text being considered for markuptokenGroup
- contains one or several overlapping Tokens along with
their scores and positions.