|
| 1 | +{ |
| 2 | + "database-name": "%%mlJobDbName%%", |
| 3 | + "range-element-index": [ |
| 4 | + { |
| 5 | + "scalar-type": "dateTime", |
| 6 | + "namespace-uri": "http://marklogic.com/xdmp/dls", |
| 7 | + "localname": "created", |
| 8 | + "collation": "", |
| 9 | + "range-value-positions": false, |
| 10 | + "invalid-values": "reject" |
| 11 | + }, |
| 12 | + { |
| 13 | + "scalar-type": "dateTime", |
| 14 | + "namespace-uri": "http://marklogic.com/xdmp/dls", |
| 15 | + "localname": "replaced", |
| 16 | + "collation": "", |
| 17 | + "range-value-positions": false, |
| 18 | + "invalid-values": "reject" |
| 19 | + }, |
| 20 | + { |
| 21 | + "scalar-type": "unsignedLong", |
| 22 | + "namespace-uri": "http://marklogic.com/xdmp/dls", |
| 23 | + "localname": "version-id", |
| 24 | + "collation": "", |
| 25 | + "range-value-positions": false, |
| 26 | + "invalid-values": "reject" |
| 27 | + }, |
| 28 | + { |
| 29 | + "scalar-type": "unsignedLong", |
| 30 | + "namespace-uri": "http://marklogic.com/spring-batch", |
| 31 | + "localname": "id", |
| 32 | + "collation": "", |
| 33 | + "range-value-positions": false, |
| 34 | + "invalid-values": "reject" |
| 35 | + |
| 36 | + }, |
| 37 | + { |
| 38 | + "scalar-type": "string", |
| 39 | + "namespace-uri": "http://marklogic.com/spring-batch", |
| 40 | + "localname": "jobName", |
| 41 | + "collation": "http://marklogic.com/collation/", |
| 42 | + "range-value-positions": false, |
| 43 | + "invalid-values": "reject" |
| 44 | + }, |
| 45 | + { |
| 46 | + "scalar-type": "dateTime", |
| 47 | + "namespace-uri": "http://marklogic.com/spring-batch", |
| 48 | + "localname": "createDateTime", |
| 49 | + "collation": "", |
| 50 | + "range-value-positions": false, |
| 51 | + "invalid-values": "reject" |
| 52 | + } |
| 53 | + ], |
| 54 | + "path-namespace": [ |
| 55 | + { |
| 56 | + "prefix": "msb", |
| 57 | + "namespace-uri": "http://marklogic.com/spring-batch" |
| 58 | + } |
| 59 | + ], |
| 60 | + "range-path-index": [ |
| 61 | + { |
| 62 | + "scalar-type": "unsignedLong", |
| 63 | + "collation": "", |
| 64 | + "path-expression": "/msb:mlJobInstance/msb:jobExecutions/msb:jobExecution/msb:id", |
| 65 | + "range-value-positions": false, |
| 66 | + "invalid-values": "reject" |
| 67 | + } |
| 68 | + ], |
| 69 | + "schema-database": "%%SCHEMAS_DATABASE%%", |
| 70 | + "triggers-database": "%%TRIGGERS_DATABASE%%", |
| 71 | + "triple-index": true, |
| 72 | + "collection-lexicon": true, |
| 73 | + "uri-lexicon": true, |
| 74 | + "maintain-last-modified": true |
| 75 | +} |
0 commit comments