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 SearchResultTotal
SearchResult. total()
SearchResultTotal
SearchScrollResult. 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 class
SimpleSearchResultTotal
Methods in org.hibernate.search.engine.search.query.spi that return SearchResultTotal Modifier and Type Method Description SearchResultTotal
SimpleSearchResult. total()
SearchResultTotal
SimpleSearchScrollResult. 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)
SimpleSearchScrollResult(SearchResultTotal resultTotal, boolean hasHits, List<H> hits, Duration took, Boolean timedOut)
-