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(java.util.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
 java.util.List<QueryToken> QueryTokenizer.tokenize(java.lang.String query)
          Produces query tokens from the specified query.
 

Method parameters in com.atlassian.confluence.search.contentnames with type arguments of type QueryToken
 java.util.Map<Category,java.util.List<SearchResult>> ContentNameSearcher.search(java.util.List<QueryToken> queryTokens)
          Search and expect results using the Confluence default ResultTemplate.
 java.util.Map<Category,java.util.List<SearchResult>> ContentNameSearcher.search(java.util.List<QueryToken> queryTokens, ResultTemplate grouping)
          Search returning results meeting the specified ResultTemplate.
 java.util.Map<Category,java.util.List<SearchResult>> ContentNameSearcher.search(java.util.List<QueryToken> queryTokens, ResultTemplate grouping, java.util.Set<Attachment.Type> attachmentTypes, java.lang.String... spaceKeys)
          Search returning results in the specified space and ResultTemplate
 java.util.Map<Category,java.util.List<SearchResult>> ContentNameSearcher.search(java.util.List<QueryToken> queryTokens, ResultTemplate grouping, java.lang.String... spaceKeys)
          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
 java.util.List<QueryToken> LuceneQueryTokenizer.tokenize(java.lang.String query)
           
 

Method parameters in com.atlassian.confluence.search.contentnames.lucene with type arguments of type QueryToken
 DocumentResultScores LuceneContentNameScorer.score(java.util.List<QueryToken> queryTokens)
           
 DocumentResultScores ContentNameScorer.score(java.util.List<QueryToken> queryTokens)
           
 DocumentResultScores LuceneContentNameScorer.score(java.util.List<QueryToken> queryTokens, java.util.Set<Attachment.Type> attachmentTypes, java.lang.String... spaceKeys)
           
 DocumentResultScores ContentNameScorer.score(java.util.List<QueryToken> queryTokens, java.util.Set<Attachment.Type> attachmentTypes, java.lang.String... spaceKeys)
           
 DocumentResultScores LuceneContentNameScorer.score(java.util.List<QueryToken> queryTokens, java.lang.String... spaceKeys)
           
 DocumentResultScores ContentNameScorer.score(java.util.List<QueryToken> queryTokens, java.lang.String... spaceKeys)
           
 java.util.Map<Category,java.util.List<SearchResult>> LuceneContentNameSearcher.search(java.util.List<QueryToken> queryTokens)
           
 java.util.Map<Category,java.util.List<SearchResult>> LuceneContentNameSearcher.search(java.util.List<QueryToken> queryTokens, ResultTemplate grouping)
           
 java.util.Map<Category,java.util.List<SearchResult>> LuceneContentNameSearcher.search(java.util.List<QueryToken> queryTokens, ResultTemplate resultTemplate, java.util.Set<Attachment.Type> attachmentTypes, java.lang.String... spaceKeys)
           
 java.util.Map<Category,java.util.List<SearchResult>> LuceneContentNameSearcher.search(java.util.List<QueryToken> queryTokens, ResultTemplate grouping, java.lang.String... spaceKeys)
           
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.