Uses of Class
org.apache.lucene.search.highlight.GradientFormatter
-
Packages that use GradientFormatter Package Description org.apache.lucene.search.highlight The highlight package contains classes to provide "keyword in context" features typically used to highlight search terms in the text of results pages. -
-
Uses of GradientFormatter in org.apache.lucene.search.highlight
Subclasses of GradientFormatter in org.apache.lucene.search.highlight Modifier and Type Class Description class
SpanGradientFormatter
Formats text with different color intensity depending on the score of the term using the span tag.
-