|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MultiNodeSearchProvider
Interface for classes that can execute search requests on multiple destinations.
| Method Summary | |
|---|---|
java.util.Collection<SearchCounts> |
count(SearchCountRequest request)
Executes the specified search count request (potentially against multiple destinations) and returns a collection of SearchCounts as a synchronous operation. |
void |
init()
Initializes the provider. |
java.util.Collection<SearchResultSet> |
query(SearchRequest request)
Executes the specified search request (potentially against multiple destinations) and returns a collection of SearchResultSets as a synchronous operation. |
| Method Detail |
|---|
void init()
throws java.io.IOException
java.io.IOException - Thrown if an error is encountered initializing the provider.
java.util.Collection<SearchResultSet> query(SearchRequest request)
throws java.io.IOException
request - The search request.
java.io.IOException - Thrown if an error is encountered executing the search.
java.util.Collection<SearchCounts> count(SearchCountRequest request)
throws java.io.IOException
request - The search counts request.
java.io.IOException - Thrown if an error is encountered executing the search.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||