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

Packages that use InvalidSearchException
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.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(Search search)
          Perform a search with a given criteria.
 java.util.List<com.atlassian.bonnie.Searchable> SearchManager.searchEntities(Search search)
          Perform a search with the given criteria, returning the results as a list of database entity objects.
 

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

Methods in com.atlassian.confluence.search.v2.lucene that throw InvalidSearchException
 SearchResults LuceneSearchManager.search(Search search)
           
 java.util.List<com.atlassian.bonnie.Searchable> LuceneSearchManager.searchEntities(Search search)
           
 



Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.