Uses of Class
com.atlassian.confluence.search.contentnames.QueryToken

Packages that use QueryToken
com.atlassian.confluence.search.actions.json   
com.atlassian.confluence.search.contentnames   
com.atlassian.confluence.search.contentnames.lucene   
 

Uses of QueryToken in com.atlassian.confluence.search.actions.json
 

Method parameters in com.atlassian.confluence.search.actions.json with type arguments of type QueryToken
 void ContentNameSearchResult.setQueryTokens(List<QueryToken> queryTokens)
           
 

Uses of QueryToken in com.atlassian.confluence.search.contentnames
 

Methods in com.atlassian.confluence.search.contentnames that return types with arguments of type QueryToken
 List<QueryToken> QueryTokenizer.tokenize(String query)
          Produces query tokens from the specified query.
 

Method parameters in com.atlassian.confluence.search.contentnames with type arguments of type QueryToken
 Map<Category,List<SearchResult>> ContentNameSearcher.search(List<QueryToken> queryTokens)
          Search and expect results using the Confluence default ResultTemplate.
 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, String spaceKey)
          Search returning results in the specified space and ResultTemplate
 

Uses of QueryToken in com.atlassian.confluence.search.contentnames.lucene
 

Methods in com.atlassian.confluence.search.contentnames.lucene that return types with arguments of type QueryToken
 List<QueryToken> LuceneQueryTokenizer.tokenize(String query)
           
 

Method parameters in com.atlassian.confluence.search.contentnames.lucene with type arguments of type QueryToken
 DocumentResultScores LuceneContentNameScorer.score(List<QueryToken> queryTokens)
           
 DocumentResultScores ContentNameScorer.score(List<QueryToken> queryTokens)
           
 DocumentResultScores LuceneContentNameScorer.score(List<QueryToken> queryTokens, String spaceKey)
           
 DocumentResultScores ContentNameScorer.score(List<QueryToken> queryTokens, String spaceKey)
           
 Map<Category,List<SearchResult>> LuceneContentNameSearcher.search(List<QueryToken> queryTokens)
           
 Map<Category,List<SearchResult>> LuceneContentNameSearcher.search(List<QueryToken> queryTokens, ResultTemplate grouping)
           
 Map<Category,List<SearchResult>> LuceneContentNameSearcher.search(List<QueryToken> queryTokens, ResultTemplate resultTemplate, String spaceKey)
           
 



Confluence is developed by Atlassian.