Uses of Interface
de.otto.flummi.response.SearchHits
-
Packages that use SearchHits Package Description de.otto.flummi.response -
-
Uses of SearchHits in de.otto.flummi.response
Classes in de.otto.flummi.response that implement SearchHits Modifier and Type Class Description classScrollingSearchHitsAuto-scrolling implementation of SearchHits.classSimpleSearchHitsSimple implementation of SearchHits.Methods in de.otto.flummi.response that return SearchHits Modifier and Type Method Description SearchHitsSearchResponse. getHits()Methods in de.otto.flummi.response with parameters of type SearchHits Modifier and Type Method Description SearchResponse.BuilderSearchResponse.Builder. setHits(SearchHits hits)Constructors in de.otto.flummi.response with parameters of type SearchHits Constructor Description SearchResponse(long tookInMillis, String scrollId, SearchHits hits, Map<String,AggregationResult> aggregations)
-