Uses of Class
org.hibernate.search.engine.search.query.spi.SimpleSearchResultTotal
-
Packages that use SimpleSearchResultTotal Package Description org.hibernate.search.engine.search.query.spi -
-
Uses of SimpleSearchResultTotal in org.hibernate.search.engine.search.query.spi
Methods in org.hibernate.search.engine.search.query.spi that return SimpleSearchResultTotal Modifier and Type Method Description static SimpleSearchResultTotal
SimpleSearchResultTotal. exact(long totalHitCount)
static SimpleSearchResultTotal
SimpleSearchResultTotal. lowerBound(long totalHitCount)
static SimpleSearchResultTotal
SimpleSearchResultTotal. of(long totalHitCount, boolean isExact)
-