Uses of Class
de.cxp.ocs.model.result.ResultHit
-
Packages that use ResultHit Package Description de.cxp.ocs.elasticsearch de.cxp.ocs.model.result -
-
Uses of ResultHit in de.cxp.ocs.elasticsearch
Methods in de.cxp.ocs.elasticsearch that return ResultHit Modifier and Type Method Description static ResultHitResultMapper. mapSearchHit(org.elasticsearch.search.SearchHit hit, Map<String,org.elasticsearch.search.sort.SortOrder> sortedFields) -
Uses of ResultHit in de.cxp.ocs.model.result
Fields in de.cxp.ocs.model.result with type parameters of type ResultHit Modifier and Type Field Description List<ResultHit>SearchResultSlice. hitsthe list of actual hits for that result view.
-