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 SimpleSearchResultTotalSimpleSearchResultTotal. exact(long totalHitCount)static SimpleSearchResultTotalSimpleSearchResultTotal. lowerBound(long totalHitCount)static SimpleSearchResultTotalSimpleSearchResultTotal. of(long totalHitCount, boolean isExact)
-