From 316fffdd7cd5856ec41491cbbe8e8cba478e3955 Mon Sep 17 00:00:00 2001 From: murtuza-ranapur Date: Wed, 16 Sep 2020 22:35:33 +0530 Subject: [PATCH] * Adds README.md --- spring-boot/hibernate-search/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/spring-boot/hibernate-search/README.md b/spring-boot/hibernate-search/README.md index 5ee72e0..8c19fc9 100644 --- a/spring-boot/hibernate-search/README.md +++ b/spring-boot/hibernate-search/README.md @@ -1 +1,5 @@ -# Related Blog Posts +# Hibernate Search Tutorial +This example code demonstrates the following: +* How to configure Hibernate search with Elasticsearch integration +* How to configure entities for indexing +* Some examples to queries