Modifier and Type | Method and Description |
---|---|
Collection<ContentNameSearchSection> |
AdminItemSearchSectionProvider.getSections(List<QueryToken> queryTokens,
ContentNameSearchContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ContentNameSearchResult.setQueryTokens(List<QueryToken> queryTokens) |
Modifier and Type | Method and Description |
---|---|
List<QueryToken> |
QueryTokenizer.tokenize(String query)
Produces query tokens from the specified query.
|
Modifier and Type | Method and Description |
---|---|
Collection<ContentNameSearchSection> |
DefaultContentNameSearchSectionsProvider.getSections(List<QueryToken> queryTokens,
ContentNameSearchContext context) |
@Nullable Collection<ContentNameSearchSection> |
ContentNameSearchSectionsProvider.getSections(List<QueryToken> queryTokens,
ContentNameSearchContext context)
For the given query tokens the method should return a collection of
ContentNameSearchSection s that in
some way match the query. |
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 |
---|---|
List<QueryToken> |
LuceneQueryTokenizer.tokenize(String query) |
Copyright © 2003–2023 Atlassian. All rights reserved.