File tree Expand file tree Collapse file tree 7 files changed +16
-7
lines changed
main/java/org/springframework/data/elasticsearch/client Expand file tree Collapse file tree 7 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 5
5
* you may not use this file except in compliance with the License.
6
6
* You may obtain a copy of the License at
7
7
*
8
- * http://www.apache.org/licenses/LICENSE-2.0
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
9
*
10
10
* Unless required by applicable law or agreed to in writing, software
11
11
* distributed under the License is distributed on an "AS IS" BASIS,
Original file line number Diff line number Diff line change 5
5
xsi : schemaLocation =" http://www.springframework.org/schema/data/elasticsearch http://www.springframework.org/schema/data/elasticsearch/spring-elasticsearch-1.0.xsd
6
6
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd" >
7
7
8
- <elasticsearch : node-client id = " client " local = " true " />
8
+ <import resource = " infrastructure.xml " />
9
9
10
10
<bean name =" elasticsearchTemplate" class =" org.springframework.data.elasticsearch.core.ElasticsearchTemplate" >
11
11
<constructor-arg name =" client" ref =" client" />
Original file line number Diff line number Diff line change 5
5
xsi : schemaLocation =" http://www.springframework.org/schema/data/elasticsearch http://www.springframework.org/schema/data/elasticsearch/spring-elasticsearch-1.0.xsd
6
6
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd" >
7
7
8
- <elasticsearch : node-client id = " client " local = " true " />
8
+ <import resource = " infrastructure.xml " />
9
9
10
10
<bean name =" elasticsearchTemplate" class =" org.springframework.data.elasticsearch.core.ElasticsearchTemplate" >
11
11
<constructor-arg name =" client" ref =" client" />
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <beans xmlns =" http://www.springframework.org/schema/beans"
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xmlns : elasticsearch =" http://www.springframework.org/schema/data/elasticsearch"
5
+ xsi : schemaLocation =" http://www.springframework.org/schema/data/elasticsearch http://www.springframework.org/schema/data/elasticsearch/spring-elasticsearch.xsd
6
+ http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd" >
7
+
8
+ <elasticsearch : node-client id =" client" local =" true" data =" false" />
9
+
10
+ </beans >
Original file line number Diff line number Diff line change 5
5
xsi : schemaLocation =" http://www.springframework.org/schema/data/elasticsearch http://www.springframework.org/schema/data/elasticsearch/spring-elasticsearch-1.0.xsd
6
6
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd" >
7
7
8
- <elasticsearch : node-client id = " client " local = " true " />
8
+ <import resource = " infrastructure.xml " />
9
9
10
10
<bean name =" elasticsearchTemplate" class =" org.springframework.data.elasticsearch.core.ElasticsearchTemplate" >
11
11
<constructor-arg name =" client" ref =" client" />
Original file line number Diff line number Diff line change 5
5
xsi : schemaLocation =" http://www.springframework.org/schema/data/elasticsearch http://www.springframework.org/schema/data/elasticsearch/spring-elasticsearch-1.0.xsd
6
6
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd" >
7
7
8
- <elasticsearch : node-client id =" client" local =" true" />
9
-
8
+ <import resource =" infrastructure.xml" />
10
9
11
10
<bean name =" elasticsearchTemplate" class =" org.springframework.data.elasticsearch.core.ElasticsearchTemplate" >
12
11
<constructor-arg name =" client" ref =" client" />
Original file line number Diff line number Diff line change 5
5
xsi : schemaLocation =" http://www.springframework.org/schema/data/elasticsearch http://www.springframework.org/schema/data/elasticsearch/spring-elasticsearch-1.0.xsd
6
6
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd" >
7
7
8
- <elasticsearch : node-client id = " client " local = " true " />
8
+ <import resource = " infrastructure.xml " />
9
9
10
10
<bean name =" elasticsearchTemplate" class =" org.springframework.data.elasticsearch.core.ElasticsearchTemplate" >
11
11
<constructor-arg name =" client" ref =" client" />
You can’t perform that action at this time.
0 commit comments