Uses of Class
com.atlassian.confluence.search.v2.InvalidSearchException
-
Packages that use InvalidSearchException Package Description com.atlassian.confluence.content.render.xhtml.migration.macro com.atlassian.confluence.internal.index.lucene com.atlassian.confluence.internal.search com.atlassian.confluence.internal.search.v2 com.atlassian.confluence.internal.search.v2.lucene Provides a Lucene-backed implementation of theSearchManager
.com.atlassian.confluence.plugins.macros.dashboard.recentupdates com.atlassian.confluence.search.v2 Provides an extensible, flexible search API.com.atlassian.confluence.user -
-
Uses of InvalidSearchException in com.atlassian.confluence.content.render.xhtml.migration.macro
Methods in com.atlassian.confluence.content.render.xhtml.migration.macro that throw InvalidSearchException Modifier and Type Method Description SearchResults
MacroMigrationService. 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 InvalidSearchException Modifier and Type Method Description SearchResults
LuceneSearchIndexAccessor. search(ISearch search, Set<String> requestedFields)
-
Uses of InvalidSearchException in com.atlassian.confluence.internal.search
Methods in com.atlassian.confluence.internal.search that throw InvalidSearchException Modifier and Type Method Description long
DecoratedSearchManager. scan(EnumSet<SearchIndex> indexes, SearchQuery searchQuery, Set<String> requestedFields, Consumer<Map<String,String[]>> consumer)
SearchResults
DecoratedSearchManager. search(ISearch search)
SearchResults
DecoratedSearchManager. search(ISearch search, Set<String> requestedFields)
SearchResults
DecoratedSearchManager. search(SearchWithToken search)
<T> Map<T,List<Map<String,String>>>
DecoratedSearchManager. searchCategorised(ISearch search, SearchManager.Categorizer<T> categorizer)
List<Searchable>
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 InvalidSearchException Modifier and Type Method Description long
ProfiledSearchManager. scan(EnumSet<SearchIndex> indexes, SearchQuery searchQuery, Set<String> requestedFields, Consumer<Map<String,String[]>> consumer)
SearchResults
ProfiledSearchManager. search(ISearch search)
SearchResults
ProfiledSearchManager. search(ISearch search, Set<String> requestedFields)
SearchResults
ProfiledSearchManager. search(SearchWithToken search)
<T> Map<T,List<Map<String,String>>>
ProfiledSearchManager. searchCategorised(ISearch search, SearchManager.Categorizer<T> categorizer)
List<Searchable>
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 InvalidSearchException Modifier and Type Method Description long
LuceneSearchManager. scan(EnumSet<SearchIndex> indexes, SearchQuery searchQuery, Set<String> requestedFields, Consumer<Map<String,String[]>> consumer)
ExecuteConsumer.accept(T)
for each search result.SearchResults
LuceneSearchManager. search(ISearch search)
SearchResults
LuceneSearchManager. search(ISearch search, Set<String> requestedFields)
SearchResults
LuceneSearchManager. search(SearchWithToken search)
<T> Map<T,List<Map<String,String>>>
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
.List<Searchable>
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 InvalidSearchException Modifier and Type Method Description List<RecentUpdateGroup>
RecentlyUpdatedContentService. getRecentUpdates(RecentUpdateQueryParameters queryParams, int maxResults)
-
Uses of InvalidSearchException in com.atlassian.confluence.search.v2
Subclasses of InvalidSearchException in com.atlassian.confluence.search.v2 Modifier and Type Class Description class
InvalidQueryException
Thrown when a smart list query could not be converted to an index query.Methods in com.atlassian.confluence.search.v2 that throw InvalidSearchException Modifier and Type Method Description long
SearchManager. scan(EnumSet<SearchIndex> indexes, SearchQuery searchQuery, Set<String> requestedFields, Consumer<Map<String,String[]>> consumer)
ExecuteConsumer.accept(T)
for each search result.SearchResults
DelegatingSearchIndexAccessor. search(ISearch search, Set<String> requestedFields)
SearchResults
SearchIndexAccessor. search(ISearch search, Set<String> requestedFields)
Perform asearch
, the returnedSearchResults
only have the fields requested in the projection filled out, no other fields are valid in thesearchResult
.SearchResults
SearchManager. search(ISearch search)
Perform a search with a given criteria.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
SearchManager. search(SearchWithToken search)
Deprecated.since 5.10.default <T> Map<T,List<Map<String,String>>>
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
.List<Searchable>
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 Modifier and Type Method Description protected void
UserMentionsContentReindexer. doReindex(String username)
WARNING: This method uses the BatchOperationManager, which will clear the current session and discard any unflushed or uncommitted changes made higher in the stack.
-