Uses of Class
com.atlassian.confluence.search.v2.InvalidSearchException
Packages that use InvalidSearchException
Package
Description
Provides a Lucene-backed implementation of the
SearchManager
.Provides an extensible, flexible search API.
-
Uses of InvalidSearchException in com.atlassian.confluence.content.render.xhtml.migration.macro
Methods in com.atlassian.confluence.content.render.xhtml.migration.macro that throw InvalidSearchExceptionModifier and TypeMethodDescriptionMacroMigrationService.findPagesWithUnmigratedMacros
(int maxResults) @Nullable LongRunningTaskId
MacroMigrationService.migrateAll()
Attempt to migrate all instances of the unmigrated wiki markup macro to the new xhtml format. -
Uses of InvalidSearchException in com.atlassian.confluence.internal.index.lucene
Methods in com.atlassian.confluence.internal.index.lucene that throw InvalidSearchExceptionModifier and TypeMethodDescription -
Uses of InvalidSearchException in com.atlassian.confluence.internal.search
Methods in com.atlassian.confluence.internal.search that throw InvalidSearchExceptionModifier and TypeMethodDescriptionlong
DecoratedSearchManager.scan
(EnumSet<SearchIndex> indexes, SearchQuery searchQuery, Set<String> requestedFields, Consumer<Map<String, String[]>> consumer) long
DecoratedSearchManager.scan
(List<Index> indices, SearchQuery searchQuery, Set<String> requestedFields, Consumer<Map<String, String[]>> consumer) DecoratedSearchManager.search
(SearchWithToken search) DecoratedSearchManager.searchCategorised
(ISearch search, SearchManager.Categorizer<T> categorizer) DecoratedSearchManager.searchEntities
(ISearch search, SearchManager.EntityVersionPolicy versionPolicy) -
Uses of InvalidSearchException in com.atlassian.confluence.internal.search.v2
Methods in com.atlassian.confluence.internal.search.v2 that throw InvalidSearchExceptionModifier and TypeMethodDescriptionlong
ProfiledSearchManager.scan
(EnumSet<SearchIndex> indexes, SearchQuery searchQuery, Set<String> requestedFields, Consumer<Map<String, String[]>> consumer) long
ProfiledSearchManager.scan
(List<Index> indices, SearchQuery searchQuery, Set<String> requestedFields, Consumer<Map<String, String[]>> consumer) ProfiledSearchManager.search
(SearchWithToken search) ProfiledSearchManager.searchCategorised
(ISearch search, SearchManager.Categorizer<T> categorizer) ProfiledSearchManager.searchEntities
(ISearch search, SearchManager.EntityVersionPolicy versionPolicy) -
Uses of InvalidSearchException in com.atlassian.confluence.internal.search.v2.lucene
Methods in com.atlassian.confluence.internal.search.v2.lucene that throw InvalidSearchExceptionModifier and TypeMethodDescriptionlong
LuceneSearchManager.scan
(EnumSet<SearchIndex> indexes, SearchQuery searchQuery, Set<String> requestedFields, Consumer<Map<String, String[]>> consumer) ExecuteConsumer.accept(T)
for each search result.long
LuceneSearchManager.scan
(List<Index> indices, SearchQuery searchQuery, Set<String> requestedFields, Consumer<Map<String, String[]>> consumer) LuceneSearchManager.search
(SearchWithToken search) LuceneSearchManager.searchCategorised
(ISearch search, SearchManager.Categorizer<T> categorizer) Perform a search with the given criteria, the top results are collected per category specified by the givenSearchManager.Categorizer
.LuceneSearchManager.searchEntities
(ISearch search, SearchManager.EntityVersionPolicy versionPolicy) -
Uses of InvalidSearchException in com.atlassian.confluence.plugins.macros.dashboard.recentupdates
Methods in com.atlassian.confluence.plugins.macros.dashboard.recentupdates that throw InvalidSearchExceptionModifier and TypeMethodDescriptionRecentlyUpdatedContentService.getRecentUpdates
(RecentUpdateQueryParameters queryParams, int maxResults) -
Uses of InvalidSearchException in com.atlassian.confluence.plugins.opensearch
Methods in com.atlassian.confluence.plugins.opensearch that throw InvalidSearchExceptionModifier and TypeMethodDescriptionDefaultOpenSearchSearchManager.search
(SearchWithToken search) DefaultOpenSearchSearchManager.searchCategorised
(ISearch search, SearchManager.Categorizer<T> categorizer) DefaultOpenSearchSearchManager.searchEntities
(ISearch search, SearchManager.EntityVersionPolicy versionPolicy) -
Uses of InvalidSearchException in com.atlassian.confluence.search.v2
Subclasses of InvalidSearchException in com.atlassian.confluence.search.v2Modifier and TypeClassDescriptionclass
Thrown when a smart list query could not be converted to an index query.Methods in com.atlassian.confluence.search.v2 that throw InvalidSearchExceptionModifier and TypeMethodDescriptionlong
SearchManager.scan
(EnumSet<SearchIndex> indexes, SearchQuery searchQuery, Set<String> requestedFields, Consumer<Map<String, String[]>> consumer) ExecuteConsumer.accept(T)
for each search result.long
SearchManager.scan
(List<Index> indices, SearchQuery searchQuery, Set<String> requestedFields, Consumer<Map<String, String[]>> consumer) ExecuteConsumer.accept(T)
for each search result.Perform 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.SearchManager.searchCategorised
(ISearch search, SearchManager.Categorizer<T> categorizer) Perform a search with the given criteria, the top results are collected per category specified by the givenSearchManager.Categorizer
.SearchManager.searchEntities
(ISearch search, SearchManager.EntityVersionPolicy versionPolicy) Perform a search with the given criteria, returning the results as a list of database entity objects. -
Uses of InvalidSearchException in com.atlassian.confluence.user
Methods in com.atlassian.confluence.user that throw InvalidSearchException