File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 183
183
<xs : attributeGroup ref =" cc:typeOpt" />
184
184
<xs : attributeGroup ref =" cc:analyzerOpt" />
185
185
<xs : attributeGroup ref =" cc:storeOpt" />
186
+ <xs : attributeGroup ref =" cc:binaryOpt" />
186
187
</xs : complexType >
187
188
188
189
<xs : complexType name =" matchAttrBoostType" >
288
289
<xs : attributeGroup name =" attributeReq" >
289
290
<xs : attribute name =" attribute" type =" xs:NCName" use =" required" />
290
291
</xs : attributeGroup >
292
+ <xs : attributeGroup name =" binaryOpt" >
293
+ <xs : attribute name =" binary" use =" optional" >
294
+ <xs : simpleType >
295
+ <xs : restriction base =" xs:token" >
296
+ <xs : enumeration value =" yes" >
297
+ <xs : annotation >
298
+ <xs : documentation >Index as a binary field</xs : documentation >
299
+ </xs : annotation >
300
+ </xs : enumeration >
301
+ <xs : enumeration value =" no" >
302
+ <xs : annotation >
303
+ <xs : documentation >Do not index as a binary field</xs : documentation >
304
+ </xs : annotation >
305
+ </xs : enumeration >
306
+ </xs : restriction >
307
+ </xs : simpleType >
308
+ </xs : attribute >
309
+ </xs : attributeGroup >
291
310
<xs : attributeGroup name =" boostOpt" >
292
311
<xs : attribute name =" boost" type =" xs:double" use =" optional" form =" unqualified" />
293
312
</xs : attributeGroup >
You can’t perform that action at this time.
0 commit comments