Interface SearchTypeHandler<S extends SearchType,Q,R>

Type Parameters:
S - the SearchType implementation this handler deals with
Q - the backend-specific query builder
R - the backend-specific result type

public interface SearchTypeHandler<S extends SearchType,Q,R>