Uses of Interface
org.apache.lucene.search.highlight.Formatter
-
Packages that use Formatter Package Description org.apache.lucene.search.highlight -
-
Uses of Formatter in org.apache.lucene.search.highlight
Classes in org.apache.lucene.search.highlight that implement Formatter Modifier and Type Class Description classSimpleHTMLFormatterSimpleFormatterimplementation to highlight terms with a pre and post tag.Constructors in org.apache.lucene.search.highlight with parameters of type Formatter Constructor Description Highlighter(Formatter formatter, Encoder encoder, Scorer fragmentScorer)Highlighter(Formatter formatter, Scorer fragmentScorer)
-