Branch: refs/heads/5.6
Home:
https://github.com/hibernate/hibernate-search
Commit: c2210ba06094f3ed26e740fd3598ed0742608547
https://github.com/hibernate/hibernate-search/commit/c2210ba06094f3ed26e7...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2017-02-16 (Thu, 16 Feb 2017)
Changed paths:
M
elasticsearch/src/main/java/org/hibernate/search/elasticsearch/impl/ElasticsearchHSQueryImpl.java
Log Message:
-----------
HSEARCH-2590 Fix an over-allocation of memory when paging on Elasticsearch
getTotal() returns the total number of hits, not the number of returned
hits.