Uses of Interface
org.hibernate.search.engine.search.query.SearchResultTotal
-
Packages that use SearchResultTotal Package Description org.hibernate.search.engine.search.query org.hibernate.search.engine.search.query.spi -
-
Uses of SearchResultTotal in org.hibernate.search.engine.search.query
Methods in org.hibernate.search.engine.search.query that return SearchResultTotal Modifier and Type Method Description SearchResultTotalSearchResult. total() -
Uses of SearchResultTotal in org.hibernate.search.engine.search.query.spi
Classes in org.hibernate.search.engine.search.query.spi that implement SearchResultTotal Modifier and Type Class Description classSimpleSearchResultTotalMethods in org.hibernate.search.engine.search.query.spi that return SearchResultTotal Modifier and Type Method Description SearchResultTotalSimpleSearchResult. total()Constructors in org.hibernate.search.engine.search.query.spi with parameters of type SearchResultTotal Constructor Description SimpleSearchResult(SearchResultTotal resultTotal, List<H> hits, Map<AggregationKey<?>,?> aggregationResults, Duration took, Boolean timedOut)
-