Uses of Class
org.hibernate.search.engine.search.query.spi.SimpleSearchResultTotal
Packages that use SimpleSearchResultTotal
-
Uses of SimpleSearchResultTotal in org.hibernate.search.engine.search.query.spi
Methods in org.hibernate.search.engine.search.query.spi that return SimpleSearchResultTotalModifier and TypeMethodDescriptionstatic SimpleSearchResultTotalSimpleSearchResultTotal.exact(long totalHitCount) static SimpleSearchResultTotalSimpleSearchResultTotal.lowerBound(long totalHitCount) static SimpleSearchResultTotalSimpleSearchResultTotal.of(long totalHitCount, boolean isExact)