Uses of Class
com.atlassian.confluence.search.contentnames.QueryToken
Package
Description
-
Uses of QueryToken in com.atlassian.confluence.impl.search.contentnames
Modifier and TypeMethodDescriptionDefaultContentNameSearchSectionsProvider.getSections
(List<QueryToken> queryTokens, ContentNameSearchContext context) -
Uses of QueryToken in com.atlassian.confluence.impl.search.contentnames.lucene
-
Uses of QueryToken in com.atlassian.confluence.search.actions.json
Modifier and TypeMethodDescriptionvoid
ContentNameSearchResult.setQueryTokens
(List<QueryToken> queryTokens) -
Uses of QueryToken in com.atlassian.confluence.search.contentnames
Modifier and TypeMethodDescriptionProduces query tokens from the specified query.Modifier and TypeMethodDescription@Nullable Collection<ContentNameSearchSection>
ContentNameSearchSectionsProvider.getSections
(List<QueryToken> queryTokens, ContentNameSearchContext context) For the given query tokens the method should return a collection ofContentNameSearchSection
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 defaultResultTemplate
.default Map<Category,
List<SearchResult>> ContentNameSearcher.search
(List<QueryToken> queryTokens, ResultTemplate grouping) Search returning results meeting the specifiedResultTemplate
.default Map<Category,
List<SearchResult>> ContentNameSearcher.search
(List<QueryToken> queryTokens, ResultTemplate grouping, String... spaceKeys) Search returning results in the specified space andResultTemplate
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 andResultTemplate
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 andResultTemplate
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 andResultTemplate
include pagination and search parent name support.