File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Hibernate Search 6 Example
2
2
3
- Simple Spring Boot application demonstrating Hibernate Search 6 usage.
3
+ Simple Spring Boot application demonstrating Hibernate Search 6 usage with Elasticsearch .
4
4
5
5
[ Hibernate Search 6.1.7.Final: Reference Documentation] ( https://docs.jboss.org/hibernate/stable/search/reference/en-US/html_single/ )
6
6
@@ -52,6 +52,8 @@ Run tests with the following command:
52
52
53
53
Import postman collection from [ here] ( ./backend/src/test/postman/Hibernate-search-6-example.postman_collection.json )
54
54
55
+ Elasticsearch browser extension: https://elasticvue.com/
56
+
55
57
---
56
58
57
59
## Extras
@@ -66,4 +68,4 @@ Import postman collection from [here](./backend/src/test/postman/Hibernate-searc
66
68
- [ Mapstruct ignoring child bean fields] ( ./backend/src/main/java/com/netz00/hibernatesearch6example/model/mapper/FreelancerMapper.java )
67
69
- [ CREDITS] ( https://github.com/mapstruct/mapstruct/issues/933 )
68
70
69
-
71
+
You can’t perform that action at this time.
0 commit comments