From 2baa3f102ff07864a521d2fbe7e2df3f419a604f Mon Sep 17 00:00:00 2001 From: mohsinh Date: Mon, 28 Jan 2013 11:26:55 +0000 Subject: [PATCH] Update README.md --- README.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d669ae412..d76821ec6 100644 --- a/README.md +++ b/README.md @@ -169,13 +169,15 @@ Indexing multiple Document(bulk index) using Repository You can set up repository scanning via xml configuration, which will happily create your repositories. +Using Node Client + ```xml + http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.2.xsd"> @@ -185,3 +187,24 @@ You can set up repository scanning via xml configuration, which will happily cre ``` + +Using Transport Client + +```xml + + + + + + + + + + + + +```