diff --git a/How-to-start-with-spring-data-elasticsearch.creole b/How-to-start-with-spring-data-elasticsearch.creole index 934a86a..cae6a32 100644 --- a/How-to-start-with-spring-data-elasticsearch.creole +++ b/How-to-start-with-spring-data-elasticsearch.creole @@ -1,7 +1,8 @@ -First thing you will need to answer to yourself how you will use this framework. +**First thing you will need to answer to yourself how you will use this framework.** -## Case 1: +**Case 1:** I need only index and search documents in my project. + Quick start: First add to your pom.xml file information about snapshot repository for spring-data-elasticsearch {{{ @@ -28,7 +29,7 @@ Second add dependency for spring-data-elasticsearch Having both entries in the pom file you should be able to use spring-data-elasticsearch without any issues. -## Case 2: +**Case 2:** I have a plane to develop new feature/ or extend existing ones. Quick start: