Uses of Package
org.apache.lucene.search.highlight
-
Classes in org.apache.lucene.search.highlight used by org.apache.lucene.search.highlight Class 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 theHighlighterclass.InvalidTokenOffsetsException Exception thrown if TokenStream Tokens are incompatible with provided textPositionSpan Utility class to record Positions SpansQueryScorer Scorerimplementation which scores text fragments by the number of unique query terms found.Scorer A Scorer is responsible for scoring a stream of tokens.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.WeightedSpanTermExtractor Class used to extractWeightedSpanTerms from aQuerybased on whetherTerms from theQueryare contained in a suppliedTokenStream.WeightedTerm Lightweight class to hold term and a weight value used for scoring this term -
Classes in org.apache.lucene.search.highlight used by org.apache.lucene.search.uhighlight Class Description Encoder Encodes original text. -
Classes in org.apache.lucene.search.highlight used by org.apache.lucene.search.vectorhighlight Class Description Encoder Encodes original text. -
Classes in org.apache.lucene.search.highlight used by org.elasticsearch.search.fetch.subphase.highlight Class Description Encoder Encodes original text.QueryScorer Scorerimplementation which scores text fragments by the number of unique query terms found.Scorer A Scorer is responsible for scoring a stream of tokens.WeightedSpanTerm Lightweight class to hold term, weight, and positions used for scoring this term.WeightedSpanTermExtractor Class used to extractWeightedSpanTerms from aQuerybased on whetherTerms from theQueryare contained in a suppliedTokenStream.