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

Packages that use Search
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
com.atlassian.confluence.search.v2.lucene.compatibility Backwards compatibility wrappers to bridge between the old and new search APIs 
 

Uses of Search in com.atlassian.confluence.search.v2
 

Methods in com.atlassian.confluence.search.v2 with parameters of type Search
 java.util.List SearchManager.findEntities(Search search)
          Perform a search with the given criteria, returning the results as a list of database entity objects.
 SearchResults SearchManager.search(Search search)
          Perform a search with a given criteria.
 

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

Methods in com.atlassian.confluence.search.v2.lucene with parameters of type Search
 java.util.List LuceneSearchManager.findEntities(Search search)
           
 SearchResults LuceneSearchManager.search(Search search)
           
 

Uses of Search in com.atlassian.confluence.search.v2.lucene.compatibility
 

Methods in com.atlassian.confluence.search.v2.lucene.compatibility that return Search
static Search ListQueryToSearchConverter.convertToSearch(ListQuery listQuery)
           
 



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