-
Enhancement
-
Resolution: Done
-
Major
-
14.0.0.Final
-
None
I think that it is right to remove the deprecation to the method org.infinispan.query.dsl.Query<T>#list, that returns the matched entity lists List<T>.
This method can be used in case the user/customer does not need to get the `QueryResult<E>#hitCount}}.
At the moment the implementations of both embedded and remote queries are not efficient, since they do not delegate to org.hibernate.search.engine.search.query.SearchFetchable#fetchHits to take the performance advantage to not compute the hit count.
- is documented by
-
JDG-6272 [Doc]: ISPN-14203 Restore Query#list method, implementing it in an efficient way
- Closed
- is related to
-
ISPN-14198 Make the accuracy of the query count more expressive
- Resolved