Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-search
Commit: b1f0edf298e5977b161cbbbc0f6ac05eaa780ff8
https://github.com/hibernate/hibernate-search/commit/b1f0edf298e5977b161c...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-02-04 (Fri, 04 Feb 2022)
Changed paths:
M documentation/src/main/asciidoc/reference/search-dsl-projection.asciidoc
Log Message:
-----------
HSEARCH-4464 Document that custom bridges or projection converters are not applied to
fields for source()/document() projections
Commit: 3ef1d1520a92b612310b128b84720ba64b23b1a8
https://github.com/hibernate/hibernate-search/commit/3ef1d1520a92b612310b...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-02-04 (Fri, 04 Feb 2022)
Changed paths:
M
documentation/src/main/asciidoc/reference/mapper-orm-mapping-indexedembedded.asciidoc
A
documentation/src/test/java/org/hibernate/search/documentation/mapper/orm/indexedembedded/structure/flattened/Author.java
A
documentation/src/test/java/org/hibernate/search/documentation/mapper/orm/indexedembedded/structure/flattened/Book.java
A
documentation/src/test/java/org/hibernate/search/documentation/mapper/orm/indexedembedded/structure/flattened/IndexedEmbeddedStructureFlattenedIT.java
A
documentation/src/test/java/org/hibernate/search/documentation/mapper/orm/indexedembedded/structure/nested/Author.java
A
documentation/src/test/java/org/hibernate/search/documentation/mapper/orm/indexedembedded/structure/nested/Book.java
A
documentation/src/test/java/org/hibernate/search/documentation/mapper/orm/indexedembedded/structure/nested/IndexedEmbeddedStructureNestedIT.java
Log Message:
-----------
HSEARCH-4470 Add mapping code examples to the documentation of
@IndexedEmbedded.structure
Compare:
https://github.com/hibernate/hibernate-search/compare/014936998380...3ef1...