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

Packages that use SearchResultSet
org.eaglei.search.events   
org.eaglei.search.provider   
 

Uses of SearchResultSet in org.eaglei.search.events
 

Constructors in org.eaglei.search.events with parameters of type SearchResultSet
ChangeEventPayloadImpl(SearchResultSet p)
           
 

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-2011 Eagle-I. All Rights Reserved.