Uses of Interface
com.atlassian.confluence.search.v2.ISearch

Packages that use ISearch
com.atlassian.confluence.rss   
com.atlassian.confluence.search.service   
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 ISearch in com.atlassian.confluence.rss
 

Methods in com.atlassian.confluence.rss with parameters of type ISearch
 com.sun.syndication.feed.synd.SyndFeed FeedBuilder.createFeed(ISearch search, FeedProperties feedProperties)
          Constructs a feed off the specified search.
 com.sun.syndication.feed.synd.SyndFeed DefaultFeedBuilder.createFeed(ISearch search, FeedProperties feedProperties)
           
 

Uses of ISearch in com.atlassian.confluence.search.service
 

Methods in com.atlassian.confluence.search.service that return ISearch
 ISearch PredefinedSearchBuilder.buildRecentUpdateSearch(RecentUpdateQueryParameters recentUpdateQueryParameters, int startIndex, int numberOfResults)
          Create a recent update search.
 ISearch DefaultPredefinedSearchBuilder.buildRecentUpdateSearch(RecentUpdateQueryParameters params, int startIndex, int numberOfResults)
           
 ISearch PredefinedSearchBuilder.buildSiteSearch(SearchQueryParameters searchQueryParams, int startIndex, int pageSize)
          Create and return the Search used to perform a site wide search in Confluence.
 ISearch DefaultPredefinedSearchBuilder.buildSiteSearch(SearchQueryParameters searchQueryParams, int startIndex, int pageSize)
           
 ISearch PredefinedSearchBuilder.buildUsersSearch(String query, int maxResults)
          Create and return the Search used to find users know to the system based on parts of their name or user name.
 ISearch DefaultPredefinedSearchBuilder.buildUsersSearch(String query, int maxResults)
           
 

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

Classes in com.atlassian.confluence.search.v2 that implement ISearch
 class AbstractSearch
           
 class ChangesSearch
          Represents a search against change information.
 class ContentSearch
          Represents a search against Confluence content.
 class Search
          Deprecated. since 3.0. Use ContentSearch instead.
 

Methods in com.atlassian.confluence.search.v2 with parameters of type ISearch
 SearchResults SearchManager.search(ISearch search)
          Perform a search with a given criteria.
 List<com.atlassian.bonnie.Searchable> SearchManager.searchEntities(ISearch search)
          Perform a search with the given criteria, returning the results as a list of database entity objects.
 

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

Methods in com.atlassian.confluence.search.v2.lucene with parameters of type ISearch
 SearchResults LuceneSearchManager.search(ISearch search)
           
 List<com.atlassian.bonnie.Searchable> LuceneSearchManager.searchEntities(ISearch search)
           
 

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

Methods in com.atlassian.confluence.search.v2.lucene.compatibility that return ISearch
static ISearch ListQueryToSearchConverter.convertToSearch(ListQuery listQuery, boolean isLabelFilteredSearch)
           
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.