Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-search
Commit: 6e3b4524f6cdf82c69625dc9fbeed70f53e9a4ff
https://github.com/hibernate/hibernate-search/commit/6e3b4524f6cdf82c6962...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2019-08-23 (Fri, 23 Aug 2019)
Changed paths:
M documentation/src/main/asciidoc/mapper-orm-indexing-automatic.asciidoc
M documentation/src/main/asciidoc/mapper-orm-indexing-explicit.asciidoc
M
documentation/src/test/java/org/hibernate/search/documentation/mapper/orm/indexing/HibernateOrmExplicitIndexingIT.java
M
mapper/orm/src/main/java/org/hibernate/search/mapper/orm/session/SearchSessionWritePlan.java
Log Message:
-----------
HSEARCH-3656 Take into account the changes to flush/clear handling in the
documentation
Commit: c430c2ace7f80e4ecf8e8de56a84c43bf137c60b
https://github.com/hibernate/hibernate-search/commit/c430c2ace7f80e4ecf8e...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2019-08-23 (Fri, 23 Aug 2019)
Changed paths:
M
documentation/src/test/java/org/hibernate/search/documentation/mapper/orm/indexing/HibernateOrmExplicitIndexingIT.java
Log Message:
-----------
HSEARCH-3656 Correctly re-throw exceptions on rollback in documentation examples
Commit: ab264aeaece5bd8ed31439088bc55cea1769eb3a
https://github.com/hibernate/hibernate-search/commit/ab264aeaece5bd8ed314...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2019-08-23 (Fri, 23 Aug 2019)
Changed paths:
M documentation/src/main/asciidoc/mapper-orm-indexing-explicit.asciidoc
Log Message:
-----------
HSEARCH-3656 Promote the multi-transaction solution for batch indexing in the
documentation
... rather than the non-transactional solution of calling
`writePlan.execute()` in the middle of transactions.
Commit: 93674c046e681e27af7b8c34b8af796e7efeb824
https://github.com/hibernate/hibernate-search/commit/93674c046e681e27af7b...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2019-08-23 (Fri, 23 Aug 2019)
Changed paths:
M documentation/src/main/asciidoc/mapper-orm-indexing-explicit.asciidoc
Log Message:
-----------
HSEARCH-3656 Rephrase the section about recovering from in-transaction index changes
upon transaction rollback
Compare:
https://github.com/hibernate/hibernate-search/compare/4fa2752ee823...9367...