Uses of Interface org.apache.lucene.search.highlight.Formatter

Uses in package org.apache.lucene.search.highlight

Classes implementing org.apache.lucene.search.highlight.Formatter

class
Formats text with different color intensity depending on the score of the term.
class
Simple Formatter implementation to highlight terms with a pre and post tag
class
Formats text with different color intensity depending on the score of the term using the span tag.

Constructors with parameter type org.apache.lucene.search.highlight.Formatter

Highlighter.Highlighter(Formatter formatter, Encoder encoder, Scorer fragmentScorer)
Highlighter.Highlighter(Formatter formatter, Scorer fragmentScorer)

Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.