Uses of Class
de.cxp.ocs.model.result.ResultHit
Packages that use ResultHit
-
Uses of ResultHit in de.cxp.ocs.elasticsearch.mapper
Methods in de.cxp.ocs.elasticsearch.mapper that return ResultHitModifier and TypeMethodDescriptionstatic ResultHit
ResultMapper.mapSearchHit
(org.elasticsearch.search.SearchHit hit, Map<String, org.elasticsearch.search.sort.SortOrder> sortedFields) static ResultHit
ResultMapper.mapSearchHit
(org.elasticsearch.search.SearchHit hit, Map<String, org.elasticsearch.search.sort.SortOrder> sortedFields, VariantPickingStrategy variantPickingStrategy) Extract a result document from the search-hit. -
Uses of ResultHit in de.cxp.ocs.model.result
Fields in de.cxp.ocs.model.result with type parameters of type ResultHitModifier and TypeFieldDescriptionSearchResultSlice.hits
the list of actual hits for that result view.Methods in de.cxp.ocs.model.result that return ResultHit