From 4cb5f655566da6c4b76d721d02b03b3fa81787a6 Mon Sep 17 00:00:00 2001 From: akonczak Date: Tue, 27 Aug 2013 14:31:26 -0700 Subject: [PATCH] Updated How to start with spring data elasticsearch (creole) --- How-to-start-with-spring-data-elasticsearch.creole | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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: