Uses of Class
de.otto.flummi.response.SearchHit
-
Packages that use SearchHit Package Description de.otto.flummi.response -
-
Uses of SearchHit in de.otto.flummi.response
Methods in de.otto.flummi.response that return types with arguments of type SearchHit Modifier and Type Method Description List<SearchHit>SimpleSearchHits. getHits()The hits of the search request (based on the search type, and from / size provided).Iterator<SearchHit>ScrollingSearchHits. iterator()Iterator<SearchHit>SearchHits. iterator()Iterator<SearchHit>SimpleSearchHits. iterator()Spliterator<SearchHit>ScrollingSearchHits. spliterator()Spliterator<SearchHit>SearchHits. spliterator()Spliterator<SearchHit>SimpleSearchHits. spliterator()Stream<SearchHit>ScrollingSearchHits. stream()Stream<SearchHit>SearchHits. stream()Stream<SearchHit>SimpleSearchHits. stream()Method parameters in de.otto.flummi.response with type arguments of type SearchHit Modifier and Type Method Description voidScrollingSearchHits. forEach(Consumer<? super SearchHit> action)voidSearchHits. forEach(Consumer<? super SearchHit> action)voidSimpleSearchHits. forEach(Consumer<? super SearchHit> action)Constructor parameters in de.otto.flummi.response with type arguments of type SearchHit Constructor Description ScrollingSearchHits(long totalHits, Float maxScore, String scrollId, String scroll, List<SearchHit> hitsCurrentPage, HttpClientWrapper client)SimpleSearchHits(long totalHits, Float maxScore, List<SearchHit> hits)
-