Branch: refs/heads/5.4
Home:
https://github.com/hibernate/hibernate-search
Commit: 622d03cc3569a13d33867f3cc490b6a224d9d2d1
https://github.com/hibernate/hibernate-search/commit/622d03cc3569a13d3386...
Author: Marcel Barbosa Pinto <mbppower(a)hotmail.com>
Date: 2015-08-18 (Tue, 18 Aug 2015)
Changed paths:
A
orm/src/test/java/org/hibernate/search/test/query/facet/NoQueryResultsFacetingTest.java
Log Message:
-----------
HSEARCH-1968 Add unit tests for a NullPointerException on empty results with Faceting
Queries
Revels a NullPointerException where there is no results on Lucene Query
Commit: ed8c8cbf128ee6f62b59db74e9cd47364dd7c995
https://github.com/hibernate/hibernate-search/commit/ed8c8cbf128ee6f62b59...
Author: mbppower <mbppower(a)hotmail.com>
Date: 2015-08-18 (Tue, 18 Aug 2015)
Changed paths:
M engine/src/main/java/org/hibernate/search/query/engine/impl/QueryHits.java
M
orm/src/test/java/org/hibernate/search/test/query/facet/NoQueryResultsFacetingTest.java
Log Message:
-----------
HSEARCH-1968 Avoid the NPE on empty results during a Faceting Query
Fix for NullPointerException when there is no results on query
Commit: cb3a50711d642bb5d1400a9834b0393422840eab
https://github.com/hibernate/hibernate-search/commit/cb3a50711d642bb5d140...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2015-08-18 (Tue, 18 Aug 2015)
Changed paths:
M engine/src/main/java/org/hibernate/search/query/engine/impl/QueryHits.java
Log Message:
-----------
HSEARCH-1968 Add some comments and avoid the same mistake in another usage of the same
Lucene method
Compare:
https://github.com/hibernate/hibernate-search/compare/0afa8008c0f6...cb3a...