Modifier and Type | Method and Description |
---|---|
Iterator<SearchResult> |
ContentRemigrationAction.getSearchResults() |
Constructor and Description |
---|
SearchResultsBatchWorkSource(SearchManager searchManager,
List<SearchResult> searchResults,
int batchSize,
com.google.common.base.Function<com.atlassian.bonnie.Searchable,T> transformer) |
Modifier and Type | Method and Description |
---|---|
String |
PageUiSupport.getContentTypeI18NKey(SearchResult result) |
String |
AttachmentUiSupport.getContentTypeI18NKey(SearchResult result) |
String |
ContentUiSupport.getContentTypeI18NKey(SearchResult result)
Get the I18N key for the content that is being referred to by this search result
|
String |
DefaultContentUiSupport.getContentTypeI18NKey(SearchResult result) |
String |
SimpleUiSupport.getContentTypeI18NKey(SearchResult result) |
String |
PageUiSupport.getIconCssClass(SearchResult result) |
String |
AttachmentUiSupport.getIconCssClass(SearchResult result) |
String |
ContentUiSupport.getIconCssClass(SearchResult result)
Get the CSS class that can be applied to add an icon to some inline element describing the given result.
|
String |
DefaultContentUiSupport.getIconCssClass(SearchResult result) |
String |
SimpleUiSupport.getIconCssClass(SearchResult result) |
Modifier and Type | Method and Description |
---|---|
static String |
ExportUtils.getTitleAsFilename(SearchResult searchResult)
Utility method to return a version of the search result's title that's suitable to be used as a filename in an export.
|
static String |
ExportUtils.getTitleAsHref(SearchResult searchResult)
For a URL encoded filename to be used in a link it will need to be double encoded (since the browser will decode the single encoding when
resolving the link, and we have files with encoded names on the filesystem).
|
Modifier and Type | Method and Description |
---|---|
Json |
SearchResultJsonator.convert(SearchResult result) |
Modifier and Type | Method and Description |
---|---|
boolean |
SearchResultRenderer.canRender(SearchResult searchResult)
Indicates if this paricular plugin can (and want) to render the given search result.
|
String |
SearchResultRenderer.render(SearchResult searchResult,
SearchResultRenderContext renderContext)
Render the given search result.
|
Modifier and Type | Method and Description |
---|---|
SearchResult |
RecentUpdate.getEntity() |
Constructor and Description |
---|
RecentUpdate(SearchResult result,
FriendlyDateFormatter dateFormatter,
String contextPath,
ContentUiSupport contentUiSupport,
I18NBeanFactory i18NBeanFactory) |
Modifier and Type | Method and Description |
---|---|
void |
SearchResultSerialiser.serialize(SearchResult searchResult,
org.codehaus.jackson.JsonGenerator jgen,
org.codehaus.jackson.map.SerializerProvider provider) |
Modifier and Type | Method and Description |
---|---|
SearchResultEntity |
AttachmentEntityBuilder.build(SearchResult result) |
SearchResultEntity |
CustomContentEntityBuilder.build(SearchResult result) |
SearchResultEntity |
SpaceEntityBuilder.build(SearchResult result) |
SearchResultEntity |
SearchEntityBuilder.build(SearchResult result)
Builds a REST ContentEntity for the given search result
|
SearchResultEntity |
DefaultContentEntityBuilder.build(SearchResult result) |
SearchResultEntity |
PersonalInformationContentEntityBuilder.build(SearchResult result) |
Modifier and Type | Method and Description |
---|---|
SpaceDirectoryEntity |
SpaceDirectoryEntityBuilder.build(SearchResult searchResult)
Build the entity of space directory
|
SpaceDirectoryEntity |
DefaultSpaceDirectoryEntityBuilder.build(SearchResult searchResult) |
Constructor and Description |
---|
RemoteSearchResult(SearchResult searchResult) |
RemoteSearchResult(SearchResult searchResult,
String query)
Construct a new RemoteSearchResult from a SearchResult and the original query
|
Modifier and Type | Method and Description |
---|---|
boolean |
DefaultSearchResultResultRenderer.canRender(SearchResult searchResult) |
String |
DelegatedSearchResultRenderer.render(SearchResult searchResult,
SearchResultRenderContext renderContext)
Render the given search result.
|
String |
DefaultSearchResultResultRenderer.render(SearchResult searchResult,
SearchResultRenderContext renderContext) |
Modifier and Type | Method and Description |
---|---|
List<SearchResult> |
SearchSiteAction.getResults()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
com.atlassian.bonnie.search.summary.Summary |
SearchSiteAction.getLabelsSummaryForResult(SearchResult result)
Deprecated.
|
String |
SearchSiteAction.getSummaryForResult(SearchResult result)
Deprecated.
|
String |
SearchSiteAction.getTitleForResult(SearchResult result)
Deprecated.
|
WebInterfaceContext |
SearchSiteAction.getWebInterfaceContext(SearchResult result)
Deprecated.
|
String |
SearchSiteAction.newSearchResult(SearchResult searchResult,
String showExcerpts,
String queryString)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSearchResult
Abstract base implementation of SearchResult taken from LuceneSearchResult after removing dependency from Lucene classes
|
class |
ProjectedSearchResult |
Modifier and Type | Method and Description |
---|---|
List<SearchResult> |
DefaultSearchResults.getAll() |
List<SearchResult> |
SearchResults.getAll()
Creates a new list containing all returned search results.
|
Iterator<SearchResult> |
DefaultSearchResults.iterator() |
Iterator<SearchResult> |
SearchResults.iterator()
Gets an iterator to run through the returned search results.
|
Modifier and Type | Method and Description |
---|---|
List<com.atlassian.bonnie.Searchable> |
SearchResultConverter.convertToEntities(Iterable<SearchResult> searchResults,
boolean stripNull)
Deprecated.
|
List<com.atlassian.bonnie.Searchable> |
SearchResultConverter.convertToEntities(Iterable<SearchResult> searchResults,
SearchManager.EntityVersionPolicy versionPolicy) |
Constructor and Description |
---|
ProjectedSearchResult(SearchResult delegate,
Collection<String> requestedFields) |
Constructor and Description |
---|
DefaultSearchResults(List<? extends SearchResult> results,
int unfilteredResultsCount) |
DefaultSearchResults(List<? extends SearchResult> results,
int unfilteredResultsCount,
SearchWithToken nextPageSearch,
List<String> searchWords) |
DefaultSearchResults(List<? extends SearchResult> results,
int unfilteredResultsCount,
SearchWithToken nextPageSearch,
List<String> searchWords,
String searchQuery) |
DefaultSearchResults(List<? extends SearchResult> results,
int unfilteredResultsCount,
String searchQuery) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLuceneSearchResult
Deprecated.
since 5.9. Use
AbstractSearchResult |
class |
LuceneSearchResult |
Modifier and Type | Method and Description |
---|---|
List<SearchResult> |
SearcherAction.getResults()
Deprecated.
|
Constructor and Description |
---|
LuceneSearchResults(List<? extends SearchResult> results,
int unfilteredResultsCount)
Deprecated.
|
LuceneSearchResults(List<? extends SearchResult> results,
int unfilteredResultsCount,
SearchWithToken nextPageSearch,
List<String> searchWords)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
DisplayMapper.getClassName(SearchResult result)
Get the CSS class name for the supplied SearchResult.
|
String |
ContentTypesDisplayMapper.getClassName(SearchResult result)
Get the CSS class name for the supplied SearchResult.
|
Copyright © 2003–2020 Atlassian. All rights reserved.