Uses of Interface
com.atlassian.confluence.search.v2.SearchResults
-
Packages that use SearchResults 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 -
-
Uses of SearchResults in com.atlassian.confluence.content.render.xhtml.migration.macro
Methods in com.atlassian.confluence.content.render.xhtml.migration.macro that return SearchResults Modifier and Type Method Description SearchResultsMacroMigrationService. findPagesWithUnmigratedMacros(int maxResults) -
Uses of SearchResults in com.atlassian.confluence.internal.index.lucene
Methods in com.atlassian.confluence.internal.index.lucene that return SearchResults Modifier and Type Method Description SearchResultsLuceneSearchIndexAccessor. search(ISearch search, Set<String> requestedFields) -
Uses of SearchResults in com.atlassian.confluence.internal.search
Methods in com.atlassian.confluence.internal.search that return SearchResults Modifier and Type Method Description SearchResultsDecoratedSearchManager. search(ISearch search)SearchResultsDecoratedSearchManager. search(ISearch search, Set<String> requestedFields)SearchResultsDecoratedSearchManager. search(SearchWithToken search)Methods in com.atlassian.confluence.internal.search with parameters of type SearchResults Modifier and Type Method Description List<com.atlassian.bonnie.Searchable>DecoratedSearchManager. convertToEntities(SearchResults searchResults, SearchManager.EntityVersionPolicy versionPolicy) -
Uses of SearchResults in com.atlassian.confluence.plugins.retentionrules.impl.service
Methods in com.atlassian.confluence.plugins.retentionrules.impl.service that return SearchResults Modifier and Type Method Description SearchResultsSearchService. spaces(String titleOrSpaceKey, boolean spacesWithRetentionPoliciesOnly)Method performs full-text search of the Spaces based on provided space titleOrSpaceKey using lucene index. -
Uses of SearchResults in com.atlassian.confluence.plugins.retentionrules.rest.model
Method parameters in com.atlassian.confluence.plugins.retentionrules.rest.model with type arguments of type SearchResults Modifier and Type Method Description static SpaceSearchResultSpaceSearchResult. from(Callable<SearchResults> searchResultsCallable) -
Uses of SearchResults in com.atlassian.confluence.search.v2
Classes in com.atlassian.confluence.search.v2 that implement SearchResults Modifier and Type Class Description classDefaultSearchResultsDefault implementation of SearchResultsFields in com.atlassian.confluence.search.v2 declared as SearchResults Modifier and Type Field Description protected static SearchResultsDefaultSearchResults. EMPTY_RESULTSMethods in com.atlassian.confluence.search.v2 that return SearchResults Modifier and Type Method Description SearchResultsDelegatingSearchIndexAccessor. search(ISearch search, Set<String> requestedFields)SearchResultsProfiledSearchManager. search(ISearch search)SearchResultsProfiledSearchManager. search(ISearch search, Set<String> requestedFields)SearchResultsProfiledSearchManager. search(SearchWithToken search)SearchResultsSearchIndexAccessor. 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.SearchResultsSearchManager. search(ISearch search)Perform a search with a given criteria.SearchResultsSearchManager. 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.SearchResultsSearchManager. search(SearchWithToken search)Deprecated.since 5.10.Methods in com.atlassian.confluence.search.v2 with parameters of type SearchResults Modifier and Type Method 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. -
Uses of SearchResults in com.atlassian.confluence.search.v2.lucene
Classes in com.atlassian.confluence.search.v2.lucene that implement SearchResults Modifier and Type Class Description classLuceneSearchResultsDeprecated.since 5.9.Fields in com.atlassian.confluence.search.v2.lucene declared as SearchResults Modifier and Type Field Description static SearchResultsLuceneSearchResults. EMPTY_RESULTSDeprecated.Methods in com.atlassian.confluence.search.v2.lucene that return SearchResults Modifier and Type Method Description SearchResultsLuceneSearchManager. search(ISearch search)SearchResultsLuceneSearchManager. search(ISearch search, Set<String> requestedFields)SearchResultsLuceneSearchManager. search(SearchWithToken search)Methods in com.atlassian.confluence.search.v2.lucene with parameters of type SearchResults Modifier and Type Method Description List<com.atlassian.bonnie.Searchable>LuceneSearchManager. convertToEntities(SearchResults searchResults, SearchManager.EntityVersionPolicy versionPolicy)
-