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 + + + + + + + + + + + + +```