|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResultTemplate | |
|---|---|
| com.atlassian.confluence.search.contentnames | |
| com.atlassian.confluence.search.contentnames.lucene | |
| Uses of ResultTemplate in com.atlassian.confluence.search.contentnames |
|---|
| Fields in com.atlassian.confluence.search.contentnames declared as ResultTemplate | |
|---|---|
static ResultTemplate |
ResultTemplate.DEFAULT
A default category configuration. |
| Methods in com.atlassian.confluence.search.contentnames with parameters of type ResultTemplate | |
|---|---|
Map<Category,org.apache.lucene.search.TopDocCollector> |
ResultCategoriser.categorise(DocumentResultScores documentResultScores,
ResultTemplate resultTemplate)
Categorises documentScores into categories defined in the specified 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 ResultTemplate in com.atlassian.confluence.search.contentnames.lucene |
|---|
| Methods in com.atlassian.confluence.search.contentnames.lucene with parameters of type ResultTemplate | |
|---|---|
Map<Category,org.apache.lucene.search.TopDocCollector> |
DefaultResultCategoriser.categorise(DocumentResultScores resultScores,
ResultTemplate resultTemplate)
|
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 | |||||||||