Uses of Class
org.eaglei.search.provider.SearchResultSet

Packages that use SearchResultSet
org.eaglei.search.provider   
 

Uses of SearchResultSet in org.eaglei.search.provider
 

Methods in org.eaglei.search.provider that return SearchResultSet
 SearchResultSet SearchProvider.query(SearchRequest request)
          Executes the specified search request and returns a SearchResultSet as a synchronous operation.
 

Methods in org.eaglei.search.provider that return types with arguments of type SearchResultSet
 java.util.Collection<SearchResultSet> MultiNodeSearchProvider.query(SearchRequest request)
          Executes the specified search request (potentially against multiple destinations) and returns a collection of SearchResultSets as a synchronous operation.
 



Copyright © 2009-2010 Eagle-I. All Rights Reserved.