Updated How to start with spring data elasticsearch (creole)

akonczak 2013-08-27 14:31:26 -07:00
parent e2266bbdf7
commit 4cb5f65556

@ -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: