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 |
---|---|
SearchResultEntity |
SearchEntityBuilder.build(SearchResult result)
Builds a REST ContentEntity for the given search result
|
SearchResultEntity |
PersonalInformationContentEntityBuilder.build(SearchResult result) |
SearchResultEntity |
AttachmentEntityBuilder.build(SearchResult result) |
SearchResultEntity |
DefaultContentEntityBuilder.build(SearchResult result) |
SearchResultEntity |
SpaceEntityBuilder.build(SearchResult result) |
Modifier and Type | Method and Description |
---|---|
Function<List<Map<String,String>>,List<SearchResult>> |
ContentNameSearchSectionSpec.getFieldValuesTransformer()
Returns a function that transforms a list of field value map into the one of
SearchResult . |
Function<SearchResult,ContentNameMatch> |
ContentNameSearchSectionSpec.getSearchResultTransformer()
Returns a function that transforms a
SearchResult into ContentNameMatch . |
default Map<Category,List<SearchResult>> |
ContentNameSearcher.search(List<QueryToken> queryTokens)
Search and expect results using the Confluence default
ResultTemplate . |
default Map<Category,List<SearchResult>> |
ContentNameSearcher.search(List<QueryToken> queryTokens,
ResultTemplate grouping)
Search returning results meeting the specified
ResultTemplate . |
Map<Category,List<SearchResult>> |
ContentNameSearcher.search(List<QueryToken> queryTokens,
ResultTemplate grouping,
Set<Attachment.Type> attachmentTypes,
boolean searchParentName,
int startIndex,
Integer pageSize,
Map<String,Object> params,
String... spaceKeys)
Search returning results in the specified space and
ResultTemplate
include pagination and search parent name support. |
default Map<Category,List<SearchResult>> |
ContentNameSearcher.search(List<QueryToken> queryTokens,
ResultTemplate resultTemplate,
Set<Attachment.Type> attachmentTypes,
String... spaceKeys)
Search returning results in the specified space and
ResultTemplate |
default Map<Category,List<SearchResult>> |
ContentNameSearcher.search(List<QueryToken> queryTokens,
ResultTemplate grouping,
String... spaceKeys)
Search returning results in the specified space and
ResultTemplate |
List<SearchResult> |
ContentNameSearcher.searchNoCategorisation(List<QueryToken> queryTokens,
ResultTemplate results,
Set<Attachment.Type> attachmentTypes,
boolean searchParentName,
int startIndex,
Integer pageSize,
Map<String,Object> params,
String... spaceKeys)
Search returning results in the specified space and
ResultTemplate
include pagination and search parent name support. |
Modifier and Type | Method and Description |
---|---|
String |
ContentTypesDisplayMapper.getClassName(SearchResult result)
Get the CSS class name for the supplied SearchResult.
|
Copyright © 2003–2021 Atlassian. All rights reserved.