Class and Description |
---|
Encoder
Encodes original text.
|
Formatter
Processes terms found in the original text, typically by applying some form
of mark-up to highlight terms in HTML search results pages.
|
Fragmenter
Implements the policy for breaking text into multiple fragments for consideration
by the
Highlighter class. |
GradientFormatter
Formats text with different color intensity depending on the score of the
term.
|
Scorer
Adds to the score for a fragment based on its tokens
|
SpanScorer
Scorer implementation which scores text fragments by the number of
unique query terms found. |
TextFragment
Low-level class used to record information about a section of a document
with a score.
|
TokenGroup
One, or several overlapping tokens, along with the score(s) and the
scope of the original text
|
WeightedSpanTerm
Lightweight class to hold term, weight, and positions used for scoring this
term.
|
WeightedTerm
Lightweight class to hold term and a weight value used for scoring this term
|
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.