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

Packages that use SearchResults
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 SearchResults in com.atlassian.confluence.search.v2
 

Methods in com.atlassian.confluence.search.v2 that return SearchResults
 SearchResults SearchManager.search(ISearch search)
          Perform a search with a given criteria.
 SearchResults SearchManager.search(Search search)
          Deprecated. since 3.0. Use SearchManager.search(ISearch) by passing in a ContentSearch.
 

Methods in com.atlassian.confluence.search.v2 with parameters of type SearchResults
 java.util.List<com.atlassian.bonnie.Searchable> SearchManager.convertToEntities(SearchResults searchResults, boolean stripNull)
           Helper method to convert search results into a list of database entities.
 

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

Classes in com.atlassian.confluence.search.v2.lucene that implement SearchResults
 class LuceneSearchResults
           
 

Methods in com.atlassian.confluence.search.v2.lucene that return SearchResults
 SearchResults LuceneSearchManager.search(ISearch search)
           
 SearchResults LuceneSearchManager.search(Search search)
          Deprecated. 
 

Methods in com.atlassian.confluence.search.v2.lucene with parameters of type SearchResults
 java.util.List<com.atlassian.bonnie.Searchable> LuceneSearchManager.convertToEntities(SearchResults searchResults, boolean stripNull)
           
 

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

Methods in com.atlassian.confluence.search.v2.lucene.compatibility with parameters of type SearchResults
static java.util.List<SearchResultWithExcerpt> SearchResultToSearchResultWithExcerptConverter.convertToSearchResultWithExcerpt(SearchResults results)
           
 



Copyright © 2003-2010 Atlassian. All Rights Reserved.