Module spring.data.elasticsearch
Class SearchHitMapping<T>
java.lang.Object
org.springframework.data.elasticsearch.core.SearchHitMapping<T>
- Since:
- 4.0
- Author:
- Rizwan Idrees, Mohsin Husen, Christoph Strobl, Peter-Josef Meisch, Mark Paluch, Roman Puchkovskiy, Matt Gilene, Sascha Woo, Jakob Hoeper, Haibo Liu, Mohamed El Harrougui
-
Method Summary
Modifier and TypeMethodDescriptionmapHit(SearchDocument searchDocument, T content) mapHits(SearchDocumentResponse searchDocumentResponse, List<T> contents) voidmapHitsInCompletionSuggestion(Suggest suggest) static <T> SearchHitMapping<T>mappingFor(Class<T> entityClass, ElasticsearchConverter converter)
-
Method Details
-
mappingFor
public static <T> SearchHitMapping<T> mappingFor(Class<T> entityClass, ElasticsearchConverter converter) -
mapHits
-
mapHitsInCompletionSuggestion
-
mapHit
-