|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SearchResult | |
|---|---|
| com.atlassian.confluence.search.contentnames | |
| com.atlassian.confluence.search.contentnames.lucene | |
| com.atlassian.confluence.util.actions | |
| 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,
String spaceKey)
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,TopDocCollector> results)
Convert search results. |
Map<Category,List<SearchResult>> |
DefaultResultConverter.convert(Map<Category,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,
String spaceKey)
|
| 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 | |||||||||