Class NoFormatFormatter
java.lang.Object
com.atlassian.confluence.impl.search.summary.NoFormatFormatter
- All Implemented Interfaces:
org.apache.lucene.search.highlight.Formatter
public class NoFormatFormatter
extends Object
implements org.apache.lucene.search.highlight.Formatter
A highlight formatter that doesn't highlight. Example use would be for requests via SOAP.
-
Method Summary
Modifier and TypeMethodDescriptionstatic NoFormatFormatterhighlightTerm(String originalText, org.apache.lucene.search.highlight.TokenGroup tokenGroup)