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.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
NoFormatFormatter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NoFormatFormatter
getInstance()
String
highlightTerm(String originalText, org.apache.lucene.search.highlight.TokenGroup tokenGroup)
-
-
-
Method Detail
-
getInstance
public static NoFormatFormatter getInstance()
-
-