Interface SearchEngineClient.EntityCreator<T,R,H>
- Type Parameters:
T- the entity typeR- the response typeH- the hit type
- Enclosing class:
SearchEngineClient
public static interface SearchEngineClient.EntityCreator<T,R,H>
Interface for creating entities from search response hits.
-
Method Summary
-
Method Details
-
build
Creates an entity from a search response and hit.- Parameters:
response- the search responsehit- the individual search hit- Returns:
- the created entity
-