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(Search search)
          Perform a search with a given criteria.
 

Methods in com.atlassian.confluence.search.v2 with parameters of type SearchResults
 java.util.List SearchManager.fetchEntities(SearchResults searchResults)
          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(Search search)
           
 

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

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 SearchResultToSearchResultWithExcerptConverter.convertToSearchResultWithExcerpt(SearchResults results)
           
 



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