| Package | Description |
|---|---|
| com.atlassian.confluence.impl.search.summary | |
| com.atlassian.confluence.search.summary | |
| com.atlassian.confluence.search.v2.lucene |
| Modifier and Type | Method and Description |
|---|---|
HitHighlighter |
DefaultHitHighlighterFactory.create(String queryString) |
| Modifier and Type | Method and Description |
|---|---|
HitHighlighter |
HitHighlighterFactory.create(String queryString)
Create a new highlighter that uses the default formatter, and HTML encoding.
|
| Modifier and Type | Method and Description |
|---|---|
SearchResult |
LuceneSearchResultFactory.createSearchResult(org.apache.lucene.document.Document document,
Optional<HitHighlighter> maybeHighlighter,
Optional<String> maybeExplanation) |
| Constructor and Description |
|---|
LuceneSearchResult(org.apache.lucene.document.Document document,
Optional<HitHighlighter> maybeHighlighter,
com.google.common.base.Function<String,ConfluenceUser> userLookup)
Constructor to create a search result directly from a Lucene document
|
LuceneSearchResult(org.apache.lucene.document.Document document,
Optional<HitHighlighter> maybeHighlighter,
Optional<String> maybeExplanation,
com.google.common.base.Function<String,ConfluenceUser> userLookup) |
Copyright © 2003–2022 Atlassian. All rights reserved.