Interface ExtendedSearchFetchable<H,R extends SearchResult<H>,SC extends SearchScroll<H>>

Type Parameters:
H - The type of query hits.
R - The result type (extending SearchResult).
SC - The scroll type (extending SearchScroll).
All Superinterfaces:
SearchFetchable<H>
All Known Subinterfaces:
ExtendedSearchQuery<H,R,SC>

public interface ExtendedSearchFetchable<H,R extends SearchResult<H>,SC extends SearchScroll<H>> extends SearchFetchable<H>
A base interface for subtypes of SearchFetchable allowing to easily override the result type for all relevant methods.