5
5
xmlns : tool =" http://www.springframework.org/schema/tool"
6
6
xmlns : repository =" http://www.springframework.org/schema/data/repository"
7
7
targetNamespace =" http://www.springframework.org/schema/data/elasticsearch"
8
- elementFormDefault =" qualified" attributeFormDefault =" unqualified" >
8
+ elementFormDefault =" qualified"
9
+ attributeFormDefault =" unqualified" >
9
10
10
11
<xsd : import namespace =" http://www.springframework.org/schema/beans" />
11
12
<xsd : import namespace =" http://www.springframework.org/schema/tool" />
37
38
38
39
<xsd : element name =" node-client" >
39
40
<xsd : annotation >
40
- <xsd : documentation source = " java: org.springframework.data.elasticsearch.client.NodeClientFactoryBean " />
41
+ <xsd : documentation />
41
42
<xsd : appinfo >
42
43
<tool : assignable-to type =" org.elasticsearch.client.Client" />
43
44
</xsd : appinfo >
48
49
<xsd : attribute name =" local" type =" xsd:boolean" default =" false" >
49
50
<xsd : annotation >
50
51
<xsd : documentation >
51
- <![CDATA[ local here means local on the JVM (well, actually class loader) level, meaning that two local servers started within the same JVM will discover themselves and form a cluster]]> </xsd : documentation >
52
+ <![CDATA[ local here means local on the JVM (well, actually class loader) level, meaning that two local servers started within the same JVM will discover themselves and form a cluster]]>
53
+ </xsd : documentation >
52
54
</xsd : annotation >
53
55
</xsd : attribute >
54
56
<xsd : attribute name =" cluster-name" type =" xsd:string" default =" elasticsearch" >
55
57
<xsd : annotation >
56
58
<xsd : documentation >
57
- <![CDATA[ Name of the cluster in which this instance of node client will connect to]]> </xsd : documentation >
59
+ <![CDATA[ Name of the cluster in which this instance of node client will connect to]]>
60
+ </xsd : documentation >
58
61
</xsd : annotation >
59
62
</xsd : attribute >
60
63
<xsd : attribute name =" http-enabled" type =" xsd:boolean" default =" true" >
61
64
<xsd : annotation >
62
- <xsd : documentation ><![CDATA[ to enable or desable http port]]> </xsd : documentation >
65
+ <xsd : documentation >
66
+ <![CDATA[ to enable or disable http port ]]>
67
+ </xsd : documentation >
63
68
</xsd : annotation >
64
69
</xsd : attribute >
65
70
</xsd : extension >
66
71
</xsd : complexContent >
67
72
</xsd : complexType >
68
73
</xsd : element >
69
-
70
74
<xsd : element name =" transport-client" >
71
75
<xsd : annotation >
72
- <xsd : documentation source = " java: org.springframework.data.elasticsearch.client.TransportClientFactoryBean " />
76
+ <xsd : documentation />
73
77
<xsd : appinfo >
74
78
<tool : assignable-to type =" org.elasticsearch.client.Client" />
75
79
</xsd : appinfo >
80
84
<xsd : attribute name =" cluster-nodes" type =" xsd:string" default =" 127.0.0.1:9300" >
81
85
<xsd : annotation >
82
86
<xsd : documentation >
83
- <![CDATA[ The comma delimited list of host:port entries to use for elasticsearch cluster.]]> </xsd : documentation >
87
+ <![CDATA[ The comma delimited list of host:port entries to use for elasticsearch cluster.]]>
88
+ </xsd : documentation >
84
89
</xsd : annotation >
85
90
</xsd : attribute >
86
91
<xsd : attribute name =" cluster-name" type =" xsd:string" default =" elasticsearch" >
87
92
<xsd : annotation >
88
93
<xsd : documentation >
89
- <![CDATA[ Name of the cluster in which this instance of node client will connect to]]> </xsd : documentation >
94
+ <![CDATA[ Name of the cluster in which this instance of node client will connect to]]>
95
+ </xsd : documentation >
90
96
</xsd : annotation >
91
97
</xsd : attribute >
92
98
<xsd : attribute name =" client-transport-sniff" type =" xsd:boolean" default =" true" >
93
99
<xsd : annotation >
94
100
<xsd : documentation >
95
- <![CDATA[ The client allows to sniff the rest of the cluster, and add those into its list of machines to use.]]> </xsd : documentation >
101
+ <![CDATA[ The client allows to sniff the rest of the cluster, and add those into its list of machines to use.]]>
102
+ </xsd : documentation >
96
103
</xsd : annotation >
97
104
</xsd : attribute >
98
105
<xsd : attribute name =" client-transport-ignore-cluster-name" type =" xsd:boolean" default =" false" >
99
106
<xsd : annotation >
100
107
<xsd : documentation >
101
- <![CDATA[ Set to true to ignore cluster name validation of connected nodes. (since 0.19.4)]]> </xsd : documentation >
108
+ <![CDATA[ Set to true to ignore cluster name validation of connected nodes. (since 0.19.4)]]>
109
+ </xsd : documentation >
102
110
</xsd : annotation >
103
111
</xsd : attribute >
104
112
<xsd : attribute name =" client-transport-ping-timeout" type =" xsd:string" default =" 5s" >
105
113
<xsd : annotation >
106
114
<xsd : documentation >
107
- <![CDATA[ The time to wait for a ping response from a node. Defaults to 5s.]]> </xsd : documentation >
115
+ <![CDATA[ The time to wait for a ping response from a node. Defaults to 5s.]]>
116
+ </xsd : documentation >
108
117
</xsd : annotation >
109
118
</xsd : attribute >
110
119
<xsd : attribute name =" client-transport-nodes-sampler-interval" type =" xsd:string" default =" 5s" >
111
120
<xsd : annotation >
112
121
<xsd : documentation >
113
- <![CDATA[ How often to sample / ping the nodes listed and connected. Defaults to 5s.]]> </xsd : documentation >
122
+ <![CDATA[ How often to sample / ping the nodes listed and connected. Defaults to 5s.]]>
123
+ </xsd : documentation >
114
124
</xsd : annotation >
115
125
</xsd : attribute >
116
126
</xsd : extension >
117
127
</xsd : complexContent >
118
128
</xsd : complexType >
119
129
</xsd : element >
120
-
121
- </xsd : schema >
130
+ </xsd : schema >
0 commit comments