|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of SearchResult in com.atlassian.confluence.plugins.rest.entities.builders |
|---|
| Methods in com.atlassian.confluence.plugins.rest.entities.builders with parameters of type SearchResult | |
|---|---|
SearchResultEntity |
SpaceEntityBuilder.build(SearchResult result)
|
SearchResultEntity |
SearchEntityBuilder.build(SearchResult result)
|
SearchResultEntity |
PersonalInformationContentEntityBuilder.build(SearchResult result)
|
SearchResultEntity |
DefaultContentEntityBuilder.build(SearchResult result)
|
SearchResultEntity |
AttachmentEntityBuilder.build(SearchResult result)
|
| Uses of SearchResult in com.atlassian.confluence.search.contentnames |
|---|
| Methods in com.atlassian.confluence.search.contentnames that return types with arguments of type SearchResult | |
|---|---|
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,
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 |
| Uses of SearchResult in com.atlassian.confluence.search.contentnames.lucene |
|---|
| Methods in com.atlassian.confluence.search.contentnames.lucene that return types with arguments of type SearchResult | |
|---|---|
Map<Category,List<SearchResult>> |
ResultConverter.convert(Map<Category,org.apache.lucene.search.TopDocCollector> results)
Convert search results. |
Map<Category,List<SearchResult>> |
DefaultResultConverter.convert(Map<Category,org.apache.lucene.search.TopDocCollector> results)
|
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,
String... spaceKeys)
|
Map<Category,List<SearchResult>> |
LuceneContentNameSearcher.search(List<QueryToken> queryTokens,
ResultTemplate grouping,
String... spaceKeys)
|
| Uses of SearchResult in com.atlassian.confluence.util.actions |
|---|
| Methods in com.atlassian.confluence.util.actions with parameters of type SearchResult | |
|---|---|
String |
ContentTypesDisplayMapper.getClassName(SearchResult result)
Get the CSS class name for the supplied SearchResult. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||