File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
exist-distribution/src/main/config Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 937
937
<!-- TODO: add attribute 'enabled="yes/no"' -->
938
938
<xquery enable-java-binding =" no" disable-deprecated-functions =" no"
939
939
enable-query-rewriting =" yes" backwardCompatible =" no"
940
- enforce-index-use =" always "
940
+ enforce-index-use =" strict "
941
941
raise-error-on-failed-retrieval =" no" >
942
942
943
943
<builtin-modules >
Original file line number Diff line number Diff line change 382
382
<xs : attribute name =" backwardCompatible" type =" yes_no" default =" no" />
383
383
<xs : attribute name =" raise-error-on-failed-retrieval" type =" yes_no"
384
384
default =" no" />
385
- <xs : attribute name =" enforce-index-use" default =" always " >
385
+ <xs : attribute name =" enforce-index-use" default =" strict " >
386
386
<xs : simpleType >
387
387
<xs : restriction base =" xs:string" >
388
388
<xs : enumeration value =" always" />
You can’t perform that action at this time.
0 commit comments