Uses of Package
org.apache.lucene.search.uhighlight
-
Packages that use org.apache.lucene.search.uhighlight Package Description org.apache.lucene.search.uhighlight org.elasticsearch.search.fetch.subphase.highlight -
Classes in org.apache.lucene.search.uhighlight used by org.apache.lucene.search.uhighlight Class Description AnalysisOffsetStrategy Provides a base class for analysis based offset strategies to extend from.CharArrayMatcher Matches a character arrayFieldHighlighter Internal highlighter abstraction that operates on a per field basis.FieldOffsetStrategy Ultimately returns anOffsetsEnumyielding potentially highlightable words in the text.LabelledCharArrayMatcher Associates a label with a CharArrayMatcher to distinguish different sources for terms in highlightingNoOpOffsetStrategy Never returns offsets.OffsetsEnum An enumeration/iterator of a term and its offsets for use byFieldHighlighter.Passage Represents a passage (typically a sentence of the document).PassageFormatter Creates a formatted snippet from the top passages.PassageScorer Ranks passages found byUnifiedHighlighter.PhraseHelper Helps theFieldOffsetStrategywith position sensitive queries (e.g.Snippet Represents a scored highlighted snippet.UHComponents A parameter object to hold the components aFieldOffsetStrategyneeds.UnifiedHighlighter A Highlighter that can get offsets from either postings (IndexOptions.DOCS_AND_FREQS_AND_POSITIONS_AND_OFFSETS), term vectors (FieldType.setStoreTermVectorOffsets(boolean)), or via re-analyzing text.UnifiedHighlighter.HighlightFlag Flags for controlling highlighting behavior.UnifiedHighlighter.LimitedStoredFieldVisitor Fetches stored fields for highlighting.UnifiedHighlighter.OffsetSource Source of term offsets; essential for highlighting. -
Classes in org.apache.lucene.search.uhighlight used by org.elasticsearch.search.fetch.subphase.highlight Class Description PassageFormatter Creates a formatted snippet from the top passages.UnifiedHighlighter.OffsetSource Source of term offsets; essential for highlighting.