[hibernate-commits] [hibernate/hibernate-search] c2210b: HSEARCH-2590 Fix an over-allocation of memory when...

GitHub noreply at github.com
Thu Feb 16 18:37:08 EST 2017


  Branch: refs/heads/5.6
  Home:   https://github.com/hibernate/hibernate-search
  Commit: c2210ba06094f3ed26e740fd3598ed0742608547
      https://github.com/hibernate/hibernate-search/commit/c2210ba06094f3ed26e740fd3598ed0742608547
  Author: Yoann Rodière <yoann at 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.




More information about the hibernate-commits mailing list