public final class PlainTextFormatter extends Object implements org.apache.lucene.search.highlight.Formatter
Formatter interface that doesn't
do any highlighting and just returns the original text.| Constructor and Description |
|---|
PlainTextFormatter() |
| Modifier and Type | Method and Description |
|---|---|
String |
highlightTerm(String originalText,
org.apache.lucene.search.highlight.TokenGroup tokengroup) |