Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-search
Commit: 34a05735d1ebd7e0721b245a795527789b2a5918
https://github.com/hibernate/hibernate-search/commit/34a05735d1ebd7e0721b...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2017-01-13 (Fri, 13 Jan 2017)
Changed paths:
M
engine/src/main/java/org/hibernate/search/engine/metadata/impl/AnnotationMetadataProvider.java
Log Message:
-----------
HSEARCH-2545 When processing "contained in" metadata, don't check every
@NumericField annotation matches an actual field
We may not inspect every @NumericField annotation in this case, because
field bridges are not built and thus we don't care whether fields are
numeric or not.
The validation will always be performed when processing the indexed
entity metadata, anyway, so we will warn users eventually.
Commit: 137b005898aac46c868de6091522d3eeca61c360
https://github.com/hibernate/hibernate-search/commit/137b005898aac46c868d...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2017-01-13 (Fri, 13 Jan 2017)
Changed paths:
A
orm/src/test/java/org/hibernate/search/test/engine/NumericDocumentIdIndexedEmbeddedTest.java
Log Message:
-----------
HSEARCH-2545 Test for numeric document IDs embedded through an @IndexedEmbedded
Compare:
https://github.com/hibernate/hibernate-search/compare/b0d2dfa25de0...137b...