Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-search
Commit: 5741b450b07e016c1ecf94fdfa384f830c31ed92
https://github.com/hibernate/hibernate-search/commit/5741b450b07e016c1ecf...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2011-12-27 (Tue, 27 Dec 2011)
Changed paths:
M
hibernate-search-engine/src/main/java/org/hibernate/search/engine/spi/AbstractDocumentBuilder.java
A
hibernate-search-orm/src/test/java/org/hibernate/search/test/embedded/fieldoncollection/CollectionItem.java
A
hibernate-search-orm/src/test/java/org/hibernate/search/test/embedded/fieldoncollection/CollectionItemFieldBridge.java
A
hibernate-search-orm/src/test/java/org/hibernate/search/test/embedded/fieldoncollection/FieldOnCollectionReindexationTest.java
A
hibernate-search-orm/src/test/java/org/hibernate/search/test/embedded/fieldoncollection/IndexedEntity.java
Log Message:
-----------
fixed HSEARCH-1020 by adding to AbstractDocumentBuilder a new list of collections
annotated with @Field (or @Fields( { @Field } )) and by taking this list into account in
isCollectionRoleExcluded() in addition to collections annotated with @IndexedEmbedded and
@ContainedIn
Commit: cc5fcbaedb64b7a49e472f306095b3923ed05e92
https://github.com/hibernate/hibernate-search/commit/cc5fcbaedb64b7a49e47...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2011-12-27 (Tue, 27 Dec 2011)
Changed paths:
A
hibernate-search-orm/src/test/java/org/hibernate/search/test/embedded/fieldoncollection/CollectionOfStringsFieldBridge.java
M
hibernate-search-orm/src/test/java/org/hibernate/search/test/embedded/fieldoncollection/FieldOnCollectionReindexationTest.java
M
hibernate-search-orm/src/test/java/org/hibernate/search/test/embedded/fieldoncollection/IndexedEntity.java
Log Message:
-----------
added a test case extracted from HSEARCH-1004 to my fix for HSEARCH-1020
Commit: b2d2483104398f841aaf0db7525db7db7c0db526
https://github.com/hibernate/hibernate-search/commit/b2d2483104398f841aaf...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2011-12-28 (Wed, 28 Dec 2011)
Changed paths:
M
hibernate-search-orm/src/test/java/org/hibernate/search/test/embedded/fieldoncollection/FieldOnCollectionReindexationTest.java
Log Message:
-----------
refactored the test case for HSEARCH-1020 to make it more maintainable
Compare:
https://github.com/hibernate/hibernate-search/compare/744102c...b2d2483