Uses of Interface
org.hibernate.search.engine.search.query.SearchResultTotal
Packages that use SearchResultTotal
Package
Description
-
Uses of SearchResultTotal in org.hibernate.search.engine.search.query
Methods in org.hibernate.search.engine.search.query that return SearchResultTotal -
Uses of SearchResultTotal in org.hibernate.search.engine.search.query.spi
Classes in org.hibernate.search.engine.search.query.spi that implement SearchResultTotalMethods in org.hibernate.search.engine.search.query.spi that return SearchResultTotalConstructors in org.hibernate.search.engine.search.query.spi with parameters of type SearchResultTotalModifierConstructorDescriptionSimpleSearchResult
(SearchResultTotal resultTotal, List<H> hits, Map<AggregationKey<?>, ?> aggregationResults, Duration took, Boolean timedOut) SimpleSearchScrollResult
(SearchResultTotal resultTotal, boolean hasHits, List<H> hits, Duration took, Boolean timedOut)