@Nullable Collection<ContentNameSearchSection> |
ContentNameSearchSectionsProvider.getSections(List<QueryToken> queryTokens,
ContentNameSearchContext context) |
For the given query tokens the method should return a collection of ContentNameSearchSections that in
some way match the query.
|
Collection<ContentNameSearchSection> |
DefaultContentNameSearchSectionsProvider.getSections(List<QueryToken> queryTokens,
ContentNameSearchContext context) |
|
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) |
|
default Map<Category,List<SearchResult>> |
ContentNameSearcher.search(List<QueryToken> queryTokens,
ResultTemplate grouping,
String... spaceKeys) |
|
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) |
|
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.
|