From e2266bbdf7a02119f34b2bf7cc49d7fadc108ecb Mon Sep 17 00:00:00 2001 From: akonczak Date: Tue, 27 Aug 2013 14:30:30 -0700 Subject: [PATCH] Updated How to start with spring data elasticsearch (markdown => creole) --- ...md => How-to-start-with-spring-data-elasticsearch.creole | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) rename How-to-start-with-spring-data-elasticsearch.md => How-to-start-with-spring-data-elasticsearch.creole (98%) diff --git a/How-to-start-with-spring-data-elasticsearch.md b/How-to-start-with-spring-data-elasticsearch.creole similarity index 98% rename from How-to-start-with-spring-data-elasticsearch.md rename to How-to-start-with-spring-data-elasticsearch.creole index 21ea46c..934a86a 100644 --- a/How-to-start-with-spring-data-elasticsearch.md +++ b/How-to-start-with-spring-data-elasticsearch.creole @@ -4,6 +4,7 @@ First thing you will need to answer to yourself how you will use this framework. 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 +{{{ spring-snapshot @@ -11,8 +12,9 @@ First add to your pom.xml file information about snapshot repository for spring- http://repo.springsource.org/libs-snapshot - +}}} Second add dependency for spring-data-elasticsearch +{{{ ... @@ -22,7 +24,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.