|
||||||||||
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(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.Collection<ContentNameSearchSection> |
DefaultContentNameSearchSectionsProvider.getSections(java.util.List<QueryToken> queryTokens,
ContentNameSearchContext context)
|
java.util.Collection<ContentNameSearchSection> |
ContentNameSearchSectionsProvider.getSections(java.util.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. |
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,
boolean searchParentName,
int startIndex,
java.lang.Integer pageSize,
java.util.Map<java.lang.String,java.lang.Object> params,
java.lang.String... spaceKeys)
Search returning results in the specified space and ResultTemplate
include pagination and search parent name support. |
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 |
java.util.List<SearchResult> |
ContentNameSearcher.searchNoCategorisation(java.util.List<QueryToken> queryTokens,
ResultTemplate results,
java.util.Set<Attachment.Type> attachmentTypes,
boolean searchParentName,
int startIndex,
java.lang.Integer pageSize,
java.util.Map<java.lang.String,java.lang.Object> params,
java.lang.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 | |
---|---|
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 | |
---|---|
void |
LuceneContentNameScorer.score(java.util.List<QueryToken> queryTokens,
org.apache.lucene.search.Collector collector)
|
void |
ContentNameScorer.score(java.util.List<QueryToken> queryTokens,
org.apache.lucene.search.Collector collector)
|
void |
LuceneContentNameScorer.score(java.util.List<QueryToken> queryTokens,
org.apache.lucene.search.Collector collector,
java.util.Map<java.lang.String,java.lang.Object> params)
|
void |
ContentNameScorer.score(java.util.List<QueryToken> queryTokens,
org.apache.lucene.search.Collector collector,
java.util.Map<java.lang.String,java.lang.Object> params)
|
void |
LuceneContentNameScorer.score(java.util.List<QueryToken> queryTokens,
org.apache.lucene.search.Collector collector,
java.util.Set<Attachment.Type> attachmentTypes,
boolean searchParentName,
java.util.Map<java.lang.String,java.lang.Object> params,
java.lang.String... spaceKeys)
|
void |
ContentNameScorer.score(java.util.List<QueryToken> queryTokens,
org.apache.lucene.search.Collector collector,
java.util.Set<Attachment.Type> attachmentTypes,
boolean searchParentName,
java.util.Map<java.lang.String,java.lang.Object> params,
java.lang.String... spaceKeys)
|
void |
LuceneContentNameScorer.score(java.util.List<QueryToken> queryTokens,
org.apache.lucene.search.Collector collector,
java.util.Set<Attachment.Type> attachmentTypes,
boolean searchParentName,
java.lang.String... spaceKeys)
|
void |
ContentNameScorer.score(java.util.List<QueryToken> queryTokens,
org.apache.lucene.search.Collector collector,
java.util.Set<Attachment.Type> attachmentTypes,
boolean searchParentName,
java.lang.String... spaceKeys)
|
void |
LuceneContentNameScorer.score(java.util.List<QueryToken> queryTokens,
org.apache.lucene.search.Collector collector,
java.util.Set<Attachment.Type> attachmentTypes,
java.lang.String... spaceKeys)
|
void |
ContentNameScorer.score(java.util.List<QueryToken> queryTokens,
org.apache.lucene.search.Collector collector,
java.util.Set<Attachment.Type> attachmentTypes,
java.lang.String... spaceKeys)
|
void |
LuceneContentNameScorer.score(java.util.List<QueryToken> queryTokens,
org.apache.lucene.search.Collector collector,
java.lang.String... spaceKeys)
|
void |
ContentNameScorer.score(java.util.List<QueryToken> queryTokens,
org.apache.lucene.search.Collector collector,
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,
boolean searchParentName,
int startIndex,
java.lang.Integer pageSize,
java.util.Map<java.lang.String,java.lang.Object> params,
java.lang.String... spaceKeys)
|
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)
|
java.util.List<SearchResult> |
LuceneContentNameSearcher.searchNoCategorisation(java.util.List<QueryToken> queryTokens,
ResultTemplate resultTemplate,
java.util.Set<Attachment.Type> attachmentTypes,
boolean searchParentName,
int startIndex,
java.lang.Integer pageSize,
java.util.Map<java.lang.String,java.lang.Object> params,
java.lang.String... spaceKeys)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |