Branch: refs/heads/5.3
Home:
https://github.com/hibernate/hibernate-search
Commit: bdfb529bdb624f3035b9493e7173c60bd60b20e4
https://github.com/hibernate/hibernate-search/commit/bdfb529bdb624f3035b9...
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: 175e35477bbc770962d4d802a7fb9fffcaeb9cc3
https://github.com/hibernate/hibernate-search/commit/175e35477bbc770962d4...
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: 3cbea193751105dd4ef78959cb646823d64c8c12
https://github.com/hibernate/hibernate-search/commit/3cbea193751105dd4ef7...
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/4dc967fb3c5e...3cbe...