|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SearchResult | |
|---|---|
| com.atlassian.confluence.json.jsonator | |
| com.atlassian.confluence.search.actions | |
| com.atlassian.confluence.search.v2 | Provides an extensible, flexible search API. |
| com.atlassian.confluence.search.v2.lucene | Provides a Lucene-backed implementation of the SearchManager. |
| com.atlassian.confluence.search.v2.lucene.compatibility | Backwards compatibility wrappers to bridge between the old and new search APIs |
| com.atlassian.confluence.util.actions | |
| Uses of SearchResult in com.atlassian.confluence.json.jsonator |
|---|
| Methods in com.atlassian.confluence.json.jsonator with parameters of type SearchResult | |
|---|---|
Json |
SearchResultJsonator.convert(SearchResult result)
|
| Uses of SearchResult in com.atlassian.confluence.search.actions |
|---|
| Methods in com.atlassian.confluence.search.actions that return types with arguments of type SearchResult | |
|---|---|
List<SearchResult> |
SearchSiteAction.getResults()
|
| Methods in com.atlassian.confluence.search.actions with parameters of type SearchResult | |
|---|---|
Summary |
SearchSiteAction.getLabelsSummaryForResult(SearchResult result)
|
String |
SearchSiteAction.getSummaryForResult(SearchResult result)
|
String |
SearchSiteAction.getTitleForResult(SearchResult result)
|
WebInterfaceContext |
SearchSiteAction.getWebInterfaceContext(SearchResult result)
|
| Uses of SearchResult in com.atlassian.confluence.search.v2 |
|---|
| Methods in com.atlassian.confluence.search.v2 that return types with arguments of type SearchResult | |
|---|---|
List<SearchResult> |
SearchResults.getAll()
Creates a new list containing all returned search results. |
Iterator<SearchResult> |
SearchResults.iterator()
Gets an iterator to run through the returned search results. |
| Uses of SearchResult in com.atlassian.confluence.search.v2.lucene |
|---|
| Classes in com.atlassian.confluence.search.v2.lucene that implement SearchResult | |
|---|---|
class |
LuceneSearchResult
|
| Methods in com.atlassian.confluence.search.v2.lucene that return types with arguments of type SearchResult | |
|---|---|
List<SearchResult> |
LuceneSearchResults.getAll()
|
| Uses of SearchResult in com.atlassian.confluence.search.v2.lucene.compatibility |
|---|
| Methods in com.atlassian.confluence.search.v2.lucene.compatibility with parameters of type SearchResult | |
|---|---|
static SearchResultWithExcerpt |
SearchResultToSearchResultWithExcerptConverter.convertToSearchResultWithExcerpt(SearchResult result)
|
| 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 | |||||||||