Uses of Interface
com.atlassian.confluence.search.v2.SearchResults
Packages that use SearchResults
Package
Description
Provides a Lucene-backed implementation of the
SearchManager
.Provides an extensible, flexible search API.
-
Uses of SearchResults in com.atlassian.confluence.content.render.xhtml.migration.macro
Methods in com.atlassian.confluence.content.render.xhtml.migration.macro that return SearchResultsModifier and TypeMethodDescriptionMacroMigrationService.findPagesWithUnmigratedMacros
(int maxResults) -
Uses of SearchResults in com.atlassian.confluence.internal.index.lucene
Methods in com.atlassian.confluence.internal.index.lucene that return SearchResultsModifier and TypeMethodDescription -
Uses of SearchResults in com.atlassian.confluence.internal.search
Methods in com.atlassian.confluence.internal.search that return SearchResultsMethods in com.atlassian.confluence.internal.search with parameters of type SearchResultsModifier and TypeMethodDescriptionDecoratedSearchManager.convertToEntities
(SearchResults searchResults, SearchManager.EntityVersionPolicy versionPolicy) -
Uses of SearchResults in com.atlassian.confluence.internal.search.v2
Methods in com.atlassian.confluence.internal.search.v2 that return SearchResultsMethods in com.atlassian.confluence.internal.search.v2 with parameters of type SearchResultsModifier and TypeMethodDescriptionProfiledSearchManager.convertToEntities
(SearchResults searchResults, SearchManager.EntityVersionPolicy versionPolicy) -
Uses of SearchResults in com.atlassian.confluence.internal.search.v2.lucene
Classes in com.atlassian.confluence.internal.search.v2.lucene that implement SearchResultsFields in com.atlassian.confluence.internal.search.v2.lucene declared as SearchResultsModifier and TypeFieldDescriptionstatic final SearchResults
LuceneSearchResults.EMPTY_RESULTS
Deprecated.Methods in com.atlassian.confluence.internal.search.v2.lucene that return SearchResultsMethods in com.atlassian.confluence.internal.search.v2.lucene with parameters of type SearchResultsModifier and TypeMethodDescriptionLuceneSearchManager.convertToEntities
(SearchResults searchResults, SearchManager.EntityVersionPolicy versionPolicy) -
Uses of SearchResults in com.atlassian.confluence.plugins.opensearch
Methods in com.atlassian.confluence.plugins.opensearch that return SearchResultsMethods in com.atlassian.confluence.plugins.opensearch with parameters of type SearchResultsModifier and TypeMethodDescriptionDefaultOpenSearchSearchManager.convertToEntities
(SearchResults searchResults, SearchManager.EntityVersionPolicy versionPolicy) -
Uses of SearchResults in com.atlassian.confluence.search.v2
Classes in com.atlassian.confluence.search.v2 that implement SearchResultsModifier and TypeClassDescriptionclass
Default implementation of SearchResultsFields in com.atlassian.confluence.search.v2 declared as SearchResultsModifier and TypeFieldDescriptionprotected static final SearchResults
DefaultSearchResults.EMPTY_RESULTS
Methods in com.atlassian.confluence.search.v2 that return SearchResultsModifier and TypeMethodDescriptionPerform asearch
, the returnedSearchResults
only have the fields requested in the projection filled out, no other fields are valid in thesearchResult
.Perform a search with a given criteria.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.SearchManager.search
(SearchWithToken search) Deprecated.since 5.10.Methods in com.atlassian.confluence.search.v2 with parameters of type SearchResultsModifier and TypeMethodDescriptionSearchManager.convertToEntities
(SearchResults searchResults, SearchManager.EntityVersionPolicy versionPolicy) Helper method to convert search results into a list of database entities.