public class SearchHitMapping<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
SearchHit<T> |
mapHit(SearchDocument searchDocument,
T content) |
SearchHits<T> |
mapHits(SearchDocumentResponse searchDocumentResponse,
List<T> contents) |
void |
mapHitsInCompletionSuggestion(Suggest suggest) |
static <T> SearchHitMapping<T> |
mappingFor(Class<T> entityClass,
ElasticsearchConverter converter) |
public static <T> SearchHitMapping<T> mappingFor(Class<T> entityClass, ElasticsearchConverter converter)
public SearchHits<T> mapHits(SearchDocumentResponse searchDocumentResponse, List<T> contents)
public SearchHit<T> mapHit(SearchDocument searchDocument, T content)
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.