[hibernate-commits] [hibernate/hibernate-search] 5741b4: fixed HSEARCH-1020 by adding to AbstractDocumentBu...

noreply at github.com noreply at github.com
Thu Dec 29 20:37:38 EST 2011


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-search

  Commit: 5741b450b07e016c1ecf94fdfa384f830c31ed92
      https://github.com/hibernate/hibernate-search/commit/5741b450b07e016c1ecf94fdfa384f830c31ed92
  Author: Guillaume Smet <guillaume.smet at 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/cc5fcbaedb64b7a49e472f306095b3923ed05e92
  Author: Guillaume Smet <guillaume.smet at 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/b2d2483104398f841aaf0db7525db7db7c0db526
  Author: Guillaume Smet <guillaume.smet at 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


More information about the hibernate-commits mailing list