|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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,
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. |
Map<Category,List<SearchResult>> |
ContentNameSearcher.search(List<QueryToken> queryTokens,
ResultTemplate grouping,
Set<Attachment.Type> attachmentTypes,
String... spaceKeys)
Search returning results in the specified space and ResultTemplate |
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. |
| 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,
Map<String,Object> params)
|
DocumentResultScores |
ContentNameScorer.score(List<QueryToken> queryTokens,
Map<String,Object> params)
|
DocumentResultScores |
LuceneContentNameScorer.score(List<QueryToken> queryTokens,
Set<Attachment.Type> attachmentTypes,
boolean searchParentName,
Map<String,Object> params,
String... spaceKeys)
|
DocumentResultScores |
ContentNameScorer.score(List<QueryToken> queryTokens,
Set<Attachment.Type> attachmentTypes,
boolean searchParentName,
Map<String,Object> params,
String... spaceKeys)
|
DocumentResultScores |
LuceneContentNameScorer.score(List<QueryToken> queryTokens,
Set<Attachment.Type> attachmentTypes,
boolean searchParentName,
String... spaceKeys)
|
DocumentResultScores |
ContentNameScorer.score(List<QueryToken> queryTokens,
Set<Attachment.Type> attachmentTypes,
boolean searchParentName,
String... spaceKeys)
|
DocumentResultScores |
LuceneContentNameScorer.score(List<QueryToken> queryTokens,
Set<Attachment.Type> attachmentTypes,
String... spaceKeys)
|
DocumentResultScores |
ContentNameScorer.score(List<QueryToken> queryTokens,
Set<Attachment.Type> attachmentTypes,
String... spaceKeys)
|
DocumentResultScores |
LuceneContentNameScorer.score(List<QueryToken> queryTokens,
String... spaceKeys)
|
DocumentResultScores |
ContentNameScorer.score(List<QueryToken> queryTokens,
String... spaceKeys)
|
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,
Set<Attachment.Type> attachmentTypes,
boolean searchParentName,
int startIndex,
Integer pageSize,
Map<String,Object> params,
String... spaceKeys)
|
Map<Category,List<SearchResult>> |
LuceneContentNameSearcher.search(List<QueryToken> queryTokens,
ResultTemplate resultTemplate,
Set<Attachment.Type> attachmentTypes,
String... spaceKeys)
|
Map<Category,List<SearchResult>> |
LuceneContentNameSearcher.search(List<QueryToken> queryTokens,
ResultTemplate grouping,
String... spaceKeys)
|
List<SearchResult> |
LuceneContentNameSearcher.searchNoCategorisation(List<QueryToken> queryTokens,
ResultTemplate resultTemplate,
Set<Attachment.Type> attachmentTypes,
boolean searchParentName,
int startIndex,
Integer pageSize,
Map<String,Object> params,
String... spaceKeys)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||