| Modifier and Type | Class and Description |
|---|---|
class |
ContentSearchResult |
class |
SpaceSearchResult |
class |
UserSearchResult |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<T> |
SearchResult.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
SearchPageResponse<SearchResult> |
CQLSearchService.search(String cqlInput,
SearchOptions searchOptions,
PageRequest pageRequest,
Expansion... expansions)
Execute a CQL search query and fetch a page of results.
|
| Modifier and Type | Method and Description |
|---|---|
static com.atlassian.confluence.plugins.search.api.model.SearchResultList |
SearchResponseConverter.convertToV1(SearchPageResponse<SearchResult> searchResults,
String sessionUuid) |
| Modifier and Type | Method and Description |
|---|---|
SearchPageResponse<SearchResult> |
SearchResultAugmenter.addLikeCountsToResults(SearchPageResponse<SearchResult> results)
Adds the number of Likes to the metadata for each result.
|
SearchPageResponse<SearchResult> |
SearchResultAugmenter.addViewPermissionChecksToResults(SearchPageResponse<SearchResult> results,
com.atlassian.fugue.Option<ConfluenceUser> user)
Adds a flag to the metadata of each result to indicate if the provided user has permission to view it.
|
SearchPageResponse<SearchResult> |
KnowledgeBaseSearchService.search(String username,
String query,
Set<String> spaceKeys,
int startIndex,
int pageSize,
String type,
String lastModified,
String contributor,
Set<String> labels,
boolean includeArchivedSpaces,
boolean highlight)
Returns search results visible to the current authenticated
user with the given parameters and includes data on how
many likes each article has.
|
SearchPageResponse<SearchResult> |
KnowledgeBaseSearchService.searchWithViewPermissionChecks(String spaceKey,
String permissionCheckedUser,
String query,
int startIndex,
int pageSize,
String type,
String lastModified,
String contributor,
Set<String> labels,
boolean includeArchivedSpaces,
boolean highlight)
Returns search results visible to the current authenticated
user with the given parameters and includes whether the
provided permissionCheckUser has access to view each article
in the SearchResult.
|
| Modifier and Type | Method and Description |
|---|---|
SearchPageResponse<SearchResult> |
SearchResultAugmenter.addLikeCountsToResults(SearchPageResponse<SearchResult> results)
Adds the number of Likes to the metadata for each result.
|
SearchPageResponse<SearchResult> |
SearchResultAugmenter.addViewPermissionChecksToResults(SearchPageResponse<SearchResult> results,
com.atlassian.fugue.Option<ConfluenceUser> user)
Adds a flag to the metadata of each result to indicate if the provided user has permission to view it.
|
| Modifier and Type | Method and Description |
|---|---|
SearchPageResponse<SearchResult> |
SearchResultAugmenterImpl.addLikeCountsToResults(SearchPageResponse<SearchResult> results) |
SearchPageResponse<SearchResult> |
SearchResultAugmenterImpl.addViewPermissionChecksToResults(SearchPageResponse<SearchResult> results,
com.atlassian.fugue.Option<ConfluenceUser> user) |
SearchPageResponse<SearchResult> |
KnowledgeBaseSearchServiceImpl.search(String user,
String query,
Set<String> spaceKeys,
int startIndex,
int pageSize,
String typeStr,
String lastModifiedStr,
String contributor,
Set<String> labels,
boolean includeArchivedSpaces,
boolean highlight) |
SearchPageResponse<SearchResult> |
KnowledgeBaseSearchServiceImpl.searchWithViewPermissionChecks(String spaceKey,
String permissionCheckedUser,
String query,
int startIndex,
int pageSize,
String typeStr,
String lastModifiedStr,
String contributor,
Set<String> labels,
boolean includeArchivedSpaces,
boolean highlight) |
| Modifier and Type | Method and Description |
|---|---|
SearchPageResponse<SearchResult> |
SearchResultAugmenterImpl.addLikeCountsToResults(SearchPageResponse<SearchResult> results) |
SearchPageResponse<SearchResult> |
SearchResultAugmenterImpl.addViewPermissionChecksToResults(SearchPageResponse<SearchResult> results,
com.atlassian.fugue.Option<ConfluenceUser> user) |
| Modifier and Type | Method and Description |
|---|---|
SearchPageResponse<SearchResult> |
ExperimentalSearchResource.search(String cql,
String cqlcontext,
String excerpt,
String expand,
int start,
int limit,
boolean includeArchivedSpaces,
javax.ws.rs.core.UriInfo uriInfo) |
| Modifier and Type | Method and Description |
|---|---|
SearchPageResponse<SearchResult> |
SearchResource.search(String cql,
String cqlcontext,
String excerpt,
String expand,
int offset,
String afterOffset,
int limit,
boolean includeArchivedSpaces,
javax.ws.rs.core.UriInfo uriInfo)
Search for entities in Confluence using the Confluence Query Language (CQL)
|
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.util.concurrent.Promise<SearchPageResponse<SearchResult>> |
RemoteCQLSearchServiceImpl.search(String cql,
SearchOptions searchOptions,
PageRequest pageRequest,
Expansion... expansions) |
com.atlassian.util.concurrent.Promise<SearchPageResponse<SearchResult>> |
RemoteCQLSearchService.search(String cql,
SearchOptions searchOptions,
PageRequest pageRequest,
Expansion... expansions) |
Copyright © 2003–2017 Atlassian. All rights reserved.