Uses of Interface
com.atlassian.confluence.search.summary.HitHighlighter
-
Packages that use HitHighlighter Package Description com.atlassian.confluence.impl.search.summary com.atlassian.confluence.internal.search.v2.lucene Provides a Lucene-backed implementation of theSearchManager
.com.atlassian.confluence.search.summary -
-
Uses of HitHighlighter in com.atlassian.confluence.impl.search.summary
Classes in com.atlassian.confluence.impl.search.summary that implement HitHighlighter Modifier and Type Class Description class
HitHighlighterImpl
Finds search hits in content based on a given Lucene query.Methods in com.atlassian.confluence.impl.search.summary that return HitHighlighter Modifier and Type Method Description HitHighlighter
DefaultHitHighlighterFactory. create(String queryString)
-
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 HitHighlighter Modifier and Type Method Description SearchResult
LuceneSearchResultFactory. 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 HitHighlighter Constructor Description LuceneSearchResult(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 HitHighlighter Modifier and Type Method Description HitHighlighter
HitHighlighterFactory. create(String queryString)
Create a new highlighter that uses the default formatter, and HTML encoding.
-