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

GitHub noreply at github.com
Thu Feb 16 18:31:36 EST 2017


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-search
  Commit: a219ae29ed8830d891bafccaa219f8e079566acb
      https://github.com/hibernate/hibernate-search/commit/a219ae29ed8830d891bafccaa219f8e079566acb
  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