Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-search
Commit: 46d631155793d06e27c7d4f080fa82ac0ed1722c
https://github.com/hibernate/hibernate-search/commit/46d631155793d06e27c7...
Author: marko-bekhta <marko.prykladna(a)gmail.com>
Date: 2023-06-07 (Wed, 07 Jun 2023)
Changed paths:
M documentation/src/main/asciidoc/reference/search-dsl-highlighting.asciidoc
M documentation/src/main/asciidoc/reference/search-dsl-projection.asciidoc
M
documentation/src/test/java/org/hibernate/search/documentation/search/highlighting/Book.java
R
documentation/src/test/java/org/hibernate/search/documentation/search/highlighting/BookWithHighlights.java
M
documentation/src/test/java/org/hibernate/search/documentation/search/highlighting/HighlightingDslIT.java
Log Message:
-----------
HSEARCH-4863 Update Highlight DSL docs
- add a few highlight result examples
- change the section title to match others
- split the type examples into own blocks
- use the same Book for all examples