Uses of Interface
org.hibernate.search.engine.search.query.SearchResultTotal
Packages that use SearchResultTotal
Package
Description
-
Uses of SearchResultTotal in org.hibernate.search.backend.elasticsearch.search.query.impl
Constructors in org.hibernate.search.backend.elasticsearch.search.query.impl with parameters of type SearchResultTotalModifierConstructorDescriptionElasticsearchSearchScrollResultImpl(SearchResultTotal total, boolean hasHits, List<H> hits, Duration took, Boolean timedOut) -
Uses of SearchResultTotal in org.hibernate.search.backend.lucene.search.extraction.impl
Methods in org.hibernate.search.backend.lucene.search.extraction.impl that return SearchResultTotal -
Uses of SearchResultTotal in org.hibernate.search.backend.lucene.search.query.impl
Constructors in org.hibernate.search.backend.lucene.search.query.impl with parameters of type SearchResultTotalModifierConstructorDescriptionLuceneSearchScrollResultImpl(SearchResultTotal total, boolean hasHits, List<H> hits, Duration took, Boolean timedOut) -
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)