Uses of Interface
com.atlassian.confluence.search.summary.HitHighlighter
Packages that use HitHighlighter
-
Uses of HitHighlighter in com.atlassian.confluence.impl.search.summary
Classes in com.atlassian.confluence.impl.search.summary that implement HitHighlighterModifier and TypeClassDescriptionclass
Finds search hits in content based on a given Lucene query.Methods in com.atlassian.confluence.impl.search.summary that return HitHighlighterModifier and TypeMethodDescription -
Uses of HitHighlighter in com.atlassian.confluence.internal.search.v2.lucene
Method parameters in com.atlassian.confluence.internal.search.v2.lucene with type arguments of type HitHighlighterModifier and TypeMethodDescriptionLuceneSearchResultFactory.createSearchResult
(org.apache.lucene.document.Document document, Optional<HitHighlighter> maybeHighlighter, Optional<String> maybeExplanation) Constructor parameters in com.atlassian.confluence.internal.search.v2.lucene with type arguments of type HitHighlighterModifierConstructorDescriptionLuceneSearchResult
(org.apache.lucene.document.Document document, Optional<HitHighlighter> maybeHighlighter, Function<String, ConfluenceUser> userLookup) Constructor to create a search result directly from a Lucene documentLuceneSearchResult
(org.apache.lucene.document.Document document, Optional<HitHighlighter> maybeHighlighter, Optional<String> maybeExplanation, Function<String, ConfluenceUser> userLookup) -
Uses of HitHighlighter in com.atlassian.confluence.search.summary
Methods in com.atlassian.confluence.search.summary that return HitHighlighterModifier and TypeMethodDescriptionCreate a new highlighter that uses the default formatter, and HTML encoding.