Package | Description |
---|---|
com.atlassian.confluence.internal.search.contentnames.v2 | |
com.atlassian.confluence.search.actions.json | |
com.atlassian.confluence.search.contentnames |
Modifier and Type | Method and Description |
---|---|
ContentNameMatch |
DefaultSearchResultTransformer.apply(SearchResult searchResult) |
Constructor and Description |
---|
CoreContentNameSearchSectionSpecsProvider(Function<SearchResult,ContentNameMatch> defaultSearchResultTransformer) |
Modifier and Type | Method and Description |
---|---|
List<List<ContentNameMatch>> |
ContentNameSearchResult.getContentNameMatches()
Each sub-list within the returned list will have results of the same 'category'.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentNameSearchResult.addMatchGroup(List<ContentNameMatch> matchGroup)
Add a grouped list of matches.
|
Modifier and Type | Method and Description |
---|---|
List<ContentNameMatch> |
ContentNameSearchSection.getResults() |
Function<SearchResult,ContentNameMatch> |
ContentNameSearchSectionSpec.getSearchResultTransformer()
Returns a function that transforms a
SearchResult into ContentNameMatch . |
Copyright © 2003–2021 Atlassian. All rights reserved.