Modifier and Type | Method and Description |
---|---|
Collection<ContentNameSearchSection> |
AdminItemSearchSectionProvider.getSections(List<QueryToken> queryTokens,
ContentNameSearchContext context) |
List<ContentNameMatch> |
AdminItemSearchSectionProvider.searchAdminItems(List<QueryToken> queryTokens)
Finds all admin web items that match the given query and returns them in as a list of
ContentNameMatch s
to be consumed by ContentNameSearchAction . |
Modifier and Type | Method and Description |
---|---|
void |
ContentNameSearchResult.setQueryTokens(List<QueryToken> queryTokens) |
Modifier and Type | Method and Description |
---|---|
List<QueryToken> |
QueryTokenizer.tokenize(String query)
Produces query tokens from the specified query.
|
Modifier and Type | Method and Description |
---|---|
Collection<ContentNameSearchSection> |
DefaultContentNameSearchSectionsProvider.getSections(List<QueryToken> queryTokens,
ContentNameSearchContext context) |
Collection<ContentNameSearchSection> |
ContentNameSearchSectionsProvider.getSections(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. |
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. |
Modifier and Type | Method and Description |
---|---|
List<QueryToken> |
LuceneQueryTokenizer.tokenize(String query) |
Modifier and Type | Method and Description |
---|---|
void |
LuceneContentNameScorer.score(List<QueryToken> queryTokens,
org.apache.lucene.search.Collector collector) |
void |
ContentNameScorer.score(List<QueryToken> queryTokens,
org.apache.lucene.search.Collector collector) |
void |
LuceneContentNameScorer.score(List<QueryToken> queryTokens,
org.apache.lucene.search.Collector collector,
Map<String,Object> params) |
void |
ContentNameScorer.score(List<QueryToken> queryTokens,
org.apache.lucene.search.Collector collector,
Map<String,Object> params) |
void |
LuceneContentNameScorer.score(List<QueryToken> queryTokens,
org.apache.lucene.search.Collector collector,
Set<Attachment.Type> attachmentTypes,
boolean searchParentName,
Map<String,Object> params,
String... spaceKeys) |
void |
ContentNameScorer.score(List<QueryToken> queryTokens,
org.apache.lucene.search.Collector collector,
Set<Attachment.Type> attachmentTypes,
boolean searchParentName,
Map<String,Object> params,
String... spaceKeys) |
void |
LuceneContentNameScorer.score(List<QueryToken> queryTokens,
org.apache.lucene.search.Collector collector,
Set<Attachment.Type> attachmentTypes,
boolean searchParentName,
String... spaceKeys) |
void |
ContentNameScorer.score(List<QueryToken> queryTokens,
org.apache.lucene.search.Collector collector,
Set<Attachment.Type> attachmentTypes,
boolean searchParentName,
String... spaceKeys) |
void |
LuceneContentNameScorer.score(List<QueryToken> queryTokens,
org.apache.lucene.search.Collector collector,
Set<Attachment.Type> attachmentTypes,
String... spaceKeys) |
void |
ContentNameScorer.score(List<QueryToken> queryTokens,
org.apache.lucene.search.Collector collector,
Set<Attachment.Type> attachmentTypes,
String... spaceKeys) |
void |
LuceneContentNameScorer.score(List<QueryToken> queryTokens,
org.apache.lucene.search.Collector collector,
String... spaceKeys) |
void |
ContentNameScorer.score(List<QueryToken> queryTokens,
org.apache.lucene.search.Collector collector,
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) |
Copyright © 2003–2016 Atlassian. All rights reserved.