Package | Description |
---|---|
com.atlassian.confluence.content.render.xhtml.migration.macro | |
com.atlassian.confluence.internal.index.lucene | |
com.atlassian.confluence.internal.search | |
com.atlassian.confluence.plugins.retentionrules.impl.service | |
com.atlassian.confluence.plugins.retentionrules.rest.model | |
com.atlassian.confluence.search.v2 |
Provides an extensible, flexible search API.
|
com.atlassian.confluence.search.v2.lucene |
Modifier and Type | Method and Description |
---|---|
SearchResults |
MacroMigrationService.findPagesWithUnmigratedMacros(int maxResults) |
protected SearchResults |
MacroMigrationService.findPagesWithUnmigratedMacros(ResultFilter filter) |
Modifier and Type | Method and Description |
---|---|
SearchResults |
LuceneSearchIndexAccessor.search(ISearch search,
Set<String> requestedFields) |
Modifier and Type | Method and Description |
---|---|
SearchResults |
DecoratedSearchManager.search(ISearch search) |
SearchResults |
DecoratedSearchManager.search(ISearch search,
Set<String> requestedFields) |
SearchResults |
DecoratedSearchManager.search(SearchWithToken search) |
Modifier and Type | Method and Description |
---|---|
List<com.atlassian.bonnie.Searchable> |
DecoratedSearchManager.convertToEntities(SearchResults searchResults,
SearchManager.EntityVersionPolicy versionPolicy) |
Modifier and Type | Method and Description |
---|---|
SearchResults |
SearchService.spaces(String titleOrSpaceKey,
boolean spacesWithRetentionPoliciesOnly)
Method performs full-text search of the Spaces based on provided space titleOrSpaceKey using lucene index.
|
Modifier and Type | Method and Description |
---|---|
static SpaceSearchResult |
SpaceSearchResult.from(Callable<SearchResults> searchResultsCallable) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSearchResults
Default implementation of SearchResults
|
Modifier and Type | Field and Description |
---|---|
protected static SearchResults |
DefaultSearchResults.EMPTY_RESULTS |
Modifier and Type | Method and Description |
---|---|
SearchResults |
ProfiledSearchManager.search(ISearch search) |
SearchResults |
SearchManager.search(ISearch search)
Perform a search with a given criteria.
|
SearchResults |
DelegatingSearchIndexAccessor.search(ISearch search,
Set<String> requestedFields) |
SearchResults |
ProfiledSearchManager.search(ISearch search,
Set<String> requestedFields) |
SearchResults |
SearchManager.search(ISearch search,
Set<String> requestedFields)
Perform a search with a given criteria, the returns searchResults only have the fields requested in the
projection filled out, no other fields are valid in the searchResult.
|
SearchResults |
SearchIndexAccessor.search(ISearch search,
Set<String> requestedFields)
Perform a search with a given criteria, the returns searchResults only have the fields requested in the
projection filled out, no other fields are valid in the searchResult.
|
SearchResults |
ProfiledSearchManager.search(SearchWithToken search) |
SearchResults |
SearchManager.search(SearchWithToken search)
Deprecated.
since 5.10. This method on one hand is rarely used on the other hand is not efficient to implement in ES.
|
Modifier and Type | Method and Description |
---|---|
List<com.atlassian.bonnie.Searchable> |
ProfiledSearchManager.convertToEntities(SearchResults searchResults,
SearchManager.EntityVersionPolicy versionPolicy) |
List<com.atlassian.bonnie.Searchable> |
SearchManager.convertToEntities(SearchResults searchResults,
SearchManager.EntityVersionPolicy versionPolicy)
Helper method to convert search results into a list of database entities.
|
Modifier and Type | Class and Description |
---|---|
class |
LuceneSearchResults
Deprecated.
since 5.9. Use
DefaultSearchResults |
Modifier and Type | Field and Description |
---|---|
static SearchResults |
LuceneSearchResults.EMPTY_RESULTS
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SearchResults |
LuceneSearchManager.search(ISearch search) |
SearchResults |
LuceneSearchManager.search(ISearch search,
Set<String> requestedFields) |
SearchResults |
LuceneSearchManager.search(SearchWithToken search) |
Modifier and Type | Method and Description |
---|---|
List<com.atlassian.bonnie.Searchable> |
LuceneSearchManager.convertToEntities(SearchResults searchResults,
SearchManager.EntityVersionPolicy versionPolicy) |
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences