|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SearchResult | |
|---|---|
| com.atlassian.confluence.rpc.soap.beans | |
| 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.rpc.soap.beans |
|---|
| Constructors in com.atlassian.confluence.rpc.soap.beans with parameters of type SearchResult | |
|---|---|
RemoteSearchResult(SearchResult searchResult)
|
|
RemoteSearchResult(SearchResult searchResult,
java.lang.String query)
Construct a new RemoteSearchResult from a SearchResult and the original query |
|
| Uses of SearchResult in com.atlassian.confluence.search.actions |
|---|
| Methods in com.atlassian.confluence.search.actions that return types with arguments of type SearchResult | |
|---|---|
java.util.List<SearchResult> |
SearchSiteAction.getResults()
|
| Methods in com.atlassian.confluence.search.actions with parameters of type SearchResult | |
|---|---|
com.atlassian.bonnie.search.summary.Summary |
SearchSiteAction.getLabelsSummaryForResult(SearchResult result)
|
java.lang.String |
SearchSiteAction.getSummaryForResult(SearchResult result)
|
java.lang.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 | |
|---|---|
java.util.List<SearchResult> |
SearchResults.getAll()
Creates a new list containing all returned search results. |
java.util.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 | |
|---|---|
java.util.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 | |
|---|---|
java.lang.String |
ContentTypesDisplayMapper.getClassName(SearchResult result)
Get the CSS class name for the supplied SearchResult. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||