Uses of Class
com.atlassian.confluence.search.v2.InvalidSearchException

Packages that use InvalidSearchException
com.atlassian.confluence.content.render.xhtml.migration.macro   
com.atlassian.confluence.plugins.macros.dashboard.recentupdates   
com.atlassian.confluence.search.v2 Provides an extensible, flexible search API. 
com.atlassian.confluence.search.v2.lucene Provides a Lucene-backed implementation of the SearchManager
 

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
 SearchResults MacroMigrationService.findPagesWithUnmigratedMacros(int maxResults)
           
protected  SearchResults MacroMigrationService.findPagesWithUnmigratedMacros(ResultFilter filter)
           
 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.plugins.macros.dashboard.recentupdates
 

Methods in com.atlassian.confluence.plugins.macros.dashboard.recentupdates that throw InvalidSearchException
 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
 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
 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(Search search)
          Deprecated. since 3.0. Use SearchManager.search(ISearch) by passing in a ContentSearch.
 List<com.atlassian.bonnie.Searchable> SearchManager.searchEntities(ISearch search)
          Deprecated. since 4.0 use SearchManager.searchEntities(ISearch, EntityVersionPolicy) instead.
 List<com.atlassian.bonnie.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.
 List<com.atlassian.bonnie.Searchable> SearchManager.searchEntities(Search search)
          Deprecated. since 3.0. Use SearchManager.searchEntities(ISearch, EntityVersionPolicy) instead.
 

Uses of InvalidSearchException in com.atlassian.confluence.search.v2.lucene
 

Methods in com.atlassian.confluence.search.v2.lucene that throw InvalidSearchException
 SearchResults LuceneSearchManager.search(ISearch search)
           
 SearchResults LuceneSearchManager.search(ISearch search, Set<String> requestedFields)
           
 SearchResults LuceneSearchManager.search(Search search)
          Deprecated. 
 List<com.atlassian.bonnie.Searchable> LuceneSearchManager.searchEntities(ISearch search)
          Deprecated. 
 List<com.atlassian.bonnie.Searchable> LuceneSearchManager.searchEntities(ISearch search, SearchManager.EntityVersionPolicy versionPolicy)
           
 List<com.atlassian.bonnie.Searchable> LuceneSearchManager.searchEntities(Search search)
          Deprecated. 
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.