Interface SearchEngineClient.SearchResult<T,B,R>
- Type Parameters:
T- the result typeB- the request builder typeR- the response type
- Enclosing class:
SearchEngineClient
public static interface SearchEngineClient.SearchResult<T,B,R>
Interface for building search results from response data.
-
Method Summary
-
Method Details
-
build
Builds a result object from the request builder, execution time, and response.- Parameters:
requestBuilder- the request builder that was executedexecTime- the execution time in millisecondsresponse- the optional response from the search engine- Returns:
- the built result object
-