Package sonia.scm.search
Class QueryCountResult
java.lang.Object
sonia.scm.search.QueryCountResult
- Direct Known Subclasses:
QueryResult
Result of a counting query.
- Since:
- 2.22.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQueryCountResult
(Class<?> type, long totalHits) Deprecated.since 3.2.0 in favor of the new constructor with queryTypeQueryCountResult
(Class<?> type, long totalHits, QueryType queryType) -
Method Summary
-
Constructor Details
-
QueryCountResult
Deprecated.since 3.2.0 in favor of the new constructor with queryType -
QueryCountResult
-