Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.lucene.search.highlight Classes and Interfaces - 28 results found.
NameDescriptionTypePackageFramework
DefaultEncoderClassorg.apache.lucene.search.highlightApache Lucene
EncoderEncodes original text.Interfaceorg.apache.lucene.search.highlightApache Lucene
FormatterProcesses terms found in the original text, typically by applying some form of mark-up to highlight terms in HTML search results pages.Interfaceorg.apache.lucene.search.highlightApache Lucene
Fragmenter consideration by the Highlighter class.Interfaceorg.apache.lucene.search.highlightApache Lucene
GradientFormatterClassorg.apache.lucene.search.highlightApache Lucene
HighlighterClass used to markup highlighted terms found in the best sections of a text, using configurable Fragmenter, Scorer, Formatter,Classorg.apache.lucene.search.highlightApache Lucene
InvalidTokenOffsetsExceptionException thrown if TokenStream Tokens are incompatible with provided textSee Also:Serialized FormClassorg.apache.lucene.search.highlightApache Lucene
NullFragmenterFragmenter implementation which does not fragment the text.Classorg.apache.lucene.search.highlightApache Lucene
OffsetLimitTokenFilterClassorg.apache.lucene.search.highlightApache Lucene
PositionSpanUtility class to record Positions SpansNOTE: This API is for internal purposes only and might change in incompatible ways in the next release.Classorg.apache.lucene.search.highlightApache Lucene
QueryScorerScorer implementation which scores text fragments by the number of unique query terms found.Classorg.apache.lucene.search.highlightApache Lucene
QueryTermExtractorUtility class used to extract the terms used in a query, plus any weights.Classorg.apache.lucene.search.highlightApache Lucene
QueryTermScorerScorer implementation which scores text fragments by the number of unique query terms found.Classorg.apache.lucene.search.highlightApache Lucene
ScorerA Scorer is responsible for scoring a stream of tokens.Interfaceorg.apache.lucene.search.highlightApache Lucene
SimpleFragmenterFragmenter implementation which breaks text up into same-size fragments with no concerns over spotting sentence boundaries.Classorg.apache.lucene.search.highlightApache Lucene
SimpleHTMLEncoderClassorg.apache.lucene.search.highlightApache Lucene
SimpleHTMLFormatterClassorg.apache.lucene.search.highlightApache Lucene
SimpleSpanFragmenterFragmenter implementation which breaks text up into same-size fragments but does not split up Spans.Classorg.apache.lucene.search.highlightApache Lucene
SpanGradientFormatterFormats text with different color intensity depending on the score of the term using the span tag.Classorg.apache.lucene.search.highlightApache Lucene
TermVectorLeafReaderWraps a Terms with a LeafReader, typically from term vectors.Classorg.apache.lucene.search.highlightApache Lucene
TextFragmentClassorg.apache.lucene.search.highlightApache Lucene
TokenGroupClassorg.apache.lucene.search.highlightApache Lucene
TokenSourcesConvenience methods for obtaining a TokenStream for use with the Highlighter - can obtain from term vectors with offsets and positions or from an Analyzer re-parsing the stored content.Classorg.apache.lucene.search.highlightApache Lucene
TokenStreamFromTermVectorTokenStream created from a term vector field.Classorg.apache.lucene.search.highlightApache Lucene
WeightedSpanTermClassorg.apache.lucene.search.highlightApache Lucene
WeightedSpanTermExtractorClass used to extract WeightedSpanTerms from a Query based on whether Terms from the Query are contained in a supplied TokenStream.Classorg.apache.lucene.search.highlightApache Lucene
WeightedSpanTermExtractor .PositionCheckingMapThis class makes sure that if both position sensitive and insensitive versions of the same term are added, the position insensitive one wins.Classorg.apache.lucene.search.highlight.WeightedSpanTermExtractorApache Lucene
WeightedTermClassorg.apache.lucene.search.highlightApache Lucene