Package sonia.scm.search
Class QueryResult
java.lang.Object
sonia.scm.search.QueryCountResult
sonia.scm.search.QueryResult
Result of a query.
- Since:
- 2.21.0
-
Constructor Summary
ConstructorsConstructorDescriptionQueryResult
(long totalHits, Class<?> type, List<Hit> hits) Deprecated.since 3.2.0 in favor of the new constructor with queryTypeQueryResult
(long totalHits, Class<?> type, List<Hit> hits, QueryType queryType) -
Method Summary
-
Constructor Details
-
QueryResult
Deprecated.since 3.2.0 in favor of the new constructor with queryType -
QueryResult
-