diff --git a/test-complete-app-mlDeploy/src/main/ml-config/databases/nodeOpticFunctionalTest.json b/test-complete-app-mlDeploy/src/main/ml-config/databases/nodeOpticFunctionalTest.json
index 3276e78b..a549925a 100644
--- a/test-complete-app-mlDeploy/src/main/ml-config/databases/nodeOpticFunctionalTest.json
+++ b/test-complete-app-mlDeploy/src/main/ml-config/databases/nodeOpticFunctionalTest.json
@@ -14,7 +14,7 @@
"namespace-uri": "",
"localname": "city",
"range-value-positions": false,
- "invalid-values": "ignore"
+ "invalid-values": "reject"
},
{
"scalar-type": "string",
@@ -22,7 +22,14 @@
"namespace-uri": "",
"localname": "cityName",
"range-value-positions": false,
- "invalid-values": "ignore"
+ "invalid-values": "reject"
+ },
+ {
+ "scalar-type": "long",
+ "namespace-uri": "",
+ "localname": "cityPopulation",
+ "range-value-positions": false,
+ "invalid-values": "reject"
},
{
"scalar-type": "string",
@@ -30,24 +37,24 @@
"namespace-uri": "",
"localname": "cityTeam",
"range-value-positions": false,
- "invalid-values": "ignore"
+ "invalid-values": "reject"
},
{
"scalar-type": "date",
"namespace-uri": "",
"localname": "date",
"range-value-positions": false,
- "invalid-values": "ignore"
+ "invalid-values": "reject"
},
{
"scalar-type": "double",
"namespace-uri": "",
"localname": "distance",
"range-value-positions": false,
- "invalid-values": "ignore"
+ "invalid-values": "reject"
},
{
- "scalar-type": "decimal",
+ "scalar-type": "int",
"namespace-uri": "",
"localname": "id",
"range-value-positions": false,
@@ -58,7 +65,7 @@
"namespace-uri": "",
"localname": "popularity",
"range-value-positions": false,
- "invalid-values": "ignore"
+ "invalid-values": "reject"
}
],
"geospatial-element-index": [
@@ -70,5 +77,12 @@
"range-value-positions": false,
"invalid-values": "reject"
}
+ ],
+ "element-word-lexicon": [
+ {
+ "collation": "http://marklogic.com/collation/",
+ "namespace-uri": "",
+ "localname": "city"
+ }
]
}
\ No newline at end of file
diff --git a/test-complete-app-mlDeploy/src/main/ml-data/optic/triple/test/otherPlayerTripleSet.xml b/test-complete-app-mlDeploy/src/main/ml-data/optic/triple/test/otherPlayerTripleSet.xml
index c7345106..9314362f 100755
--- a/test-complete-app-mlDeploy/src/main/ml-data/optic/triple/test/otherPlayerTripleSet.xml
+++ b/test-complete-app-mlDeploy/src/main/ml-data/optic/triple/test/otherPlayerTripleSet.xml
@@ -1,376 +1,87 @@
-
-
-
-
- http://marklogic.com/baseball/id#001
- http://marklogic.com/baseball/players/name
- John Doe
-
-
- http://marklogic.com/baseball/id#001
- http://marklogic.com/baseball/players/type
- http://marklogic.com/baseball/players/bbtype/Dataset
-
-
- http://marklogic.com/baseball/id#001
- http://marklogic.com/baseball/players/description
- Describing John Doe
-
-
- http://marklogic.com/baseball/id#001
- http://marklogic.com/baseball/players/position
- Pitcher
-
-
- http://marklogic.com/baseball/id#001
- http://marklogic.com/baseball/players/dob
- 1981-05-04
-
-
- http://marklogic.com/baseball/id#001
- http://marklogic.com/baseball/players/eff
- 25.45
-
-
- http://marklogic.com/baseball/id#001
- http://marklogic.com/baseball/players/age
- 31
-
-
- http://marklogic.com/baseball/id#001
- http://marklogic.com/baseball/players/team
- http://marklogic.com/mlb/team/id/001
-
-
- http://marklogic.com/baseball/id#002
- http://marklogic.com/baseball/players/name
- Bob Brian
-
-
- http://marklogic.com/baseball/id#002
- http://marklogic.com/baseball/players/type
- http://marklogic.com/baseball/players/bbtype/Dataset
-
-
- http://marklogic.com/baseball/id#002
- http://marklogic.com/baseball/players/description
- Describing Bob Brian
-
-
- http://marklogic.com/baseball/id#002
- http://marklogic.com/baseball/players/position
- Outfielder
-
-
- http://marklogic.com/baseball/id#002
- http://marklogic.com/baseball/players/dob
- 1999-01-15
-
-
- http://marklogic.com/baseball/id#002
- http://marklogic.com/baseball/players/eff
- 78.45
-
-
- http://marklogic.com/baseball/id#002
- http://marklogic.com/baseball/players/age
- 23
-
-
- http://marklogic.com/baseball/id#002
- http://marklogic.com/baseball/players/team
- http://marklogic.com/mlb/team/id/003
-
-
- http://marklogic.com/baseball/id#003
- http://marklogic.com/baseball/players/name
- Josh Ream
-
-
- http://marklogic.com/baseball/id#003
- http://marklogic.com/baseball/players/type
- http://marklogic.com/baseball/players/bbtype/Dataset
-
-
- http://marklogic.com/baseball/id#003
- http://marklogic.com/baseball/players/description
- Describing Josh Ream
-
-
- http://marklogic.com/baseball/id#003
- http://marklogic.com/baseball/players/position
- Pitcher
-
-
- http://marklogic.com/baseball/id#003
- http://marklogic.com/baseball/players/dob
- 1985-11-30
-
-
- http://marklogic.com/baseball/id#003
- http://marklogic.com/baseball/players/eff
- 53.10
-
-
- http://marklogic.com/baseball/id#003
- http://marklogic.com/baseball/players/age
- 29
-
-
- http://marklogic.com/baseball/id#003
- http://marklogic.com/baseball/players/team
- http://marklogic.com/mlb/team/id/001
-
-
- http://marklogic.com/baseball/id#004
- http://marklogic.com/baseball/players/name
- Pat Crenshaw
-
-
- http://marklogic.com/baseball/id#004
- http://marklogic.com/baseball/players/type
- http://marklogic.com/baseball/players/bbtype/Dataset
-
-
- http://marklogic.com/baseball/id#004
- http://marklogic.com/baseball/players/description
- Describing Pat Crenshaw
-
-
- http://marklogic.com/baseball/id#004
- http://marklogic.com/baseball/players/position
- Catcher
-
-
- http://marklogic.com/baseball/id#004
- http://marklogic.com/baseball/players/dob
- 1998-09-01
-
-
- http://marklogic.com/baseball/id#004
- http://marklogic.com/baseball/players/eff
- 33.89
-
-
- http://marklogic.com/baseball/id#004
- http://marklogic.com/baseball/players/age
- 25
-
-
- http://marklogic.com/baseball/id#004
- http://marklogic.com/baseball/players/team
- http://marklogic.com/mlb/team/id/005
-
-
-
-
- http://marklogic.com/baseball/id#005
- http://marklogic.com/baseball/players/name
- Pedro Barrozo
-
-
- http://marklogic.com/baseball/id#005
- http://marklogic.com/baseball/players/type
- http://marklogic.com/baseball/players/bbtype/Dataset
-
-
- http://marklogic.com/baseball/id#005
- http://marklogic.com/baseball/players/description
- Describing Pedro Barrozo
-
-
- http://marklogic.com/baseball/id#005
- http://marklogic.com/baseball/players/position
- Midfielder
-
-
- http://marklogic.com/baseball/id#005
- http://marklogic.com/baseball/players/dob
- 1991-12-09
-
-
- http://marklogic.com/baseball/id#005
- http://marklogic.com/baseball/players/eff
- 41.65
-
-
- http://marklogic.com/baseball/id#005
- http://marklogic.com/baseball/players/age
- 19
-
-
- http://marklogic.com/baseball/id#005
- http://marklogic.com/baseball/players/team
- http://marklogic.com/mlb/team/id/002
-
-
-
-
- http://marklogic.com/baseball/id#006
- http://marklogic.com/baseball/players/name
- Aoki Yamada
-
-
- http://marklogic.com/baseball/id#006
- http://marklogic.com/baseball/players/type
- http://marklogic.com/baseball/players/bbtype/Dataset
-
-
- http://marklogic.com/baseball/id#006
- http://marklogic.com/baseball/players/description
- Describing Aoki Yamada
-
-
- http://marklogic.com/baseball/id#006
- http://marklogic.com/baseball/players/position
- First Base
-
-
- http://marklogic.com/baseball/id#006
- http://marklogic.com/baseball/players/dob
- 1987-03-15
-
-
- http://marklogic.com/baseball/id#006
- http://marklogic.com/baseball/players/eff
- 55.2
-
-
- http://marklogic.com/baseball/id#006
- http://marklogic.com/baseball/players/age
- 34
-
-
- http://marklogic.com/baseball/id#006
- http://marklogic.com/baseball/players/team
- http://marklogic.com/mlb/team/id/003
-
-
-
-
- http://marklogic.com/baseball/id#007
- http://marklogic.com/baseball/players/name
- Matt Rose
-
-
- http://marklogic.com/baseball/id#007
- http://marklogic.com/baseball/players/type
- http://marklogic.com/baseball/players/bbtype/Dataset
-
-
- http://marklogic.com/baseball/id#007
- http://marklogic.com/baseball/players/description
- Describing Matt Rose
-
-
- http://marklogic.com/baseball/id#007
- http://marklogic.com/baseball/players/position
- Pitcher
-
-
- http://marklogic.com/baseball/id#007
- http://marklogic.com/baseball/players/dob
- 1984-11-01
-
-
- http://marklogic.com/baseball/id#007
- http://marklogic.com/baseball/players/eff
- 32.89
-
-
- http://marklogic.com/baseball/id#007
- http://marklogic.com/baseball/players/age
- 29
-
-
- http://marklogic.com/baseball/id#007
- http://marklogic.com/baseball/players/team
- http://marklogic.com/mlb/team/id/005
-
-
-
-
- http://marklogic.com/baseball/id#007
- http://marklogic.com/baseball/players/name
- Matt Rose
-
-
- http://marklogic.com/baseball/id#007
- http://marklogic.com/baseball/players/type
- http://marklogic.com/baseball/players/bbtype/Dataset
-
-
- http://marklogic.com/baseball/id#007
- http://marklogic.com/baseball/players/description
- Describing Matt Rose
-
-
- http://marklogic.com/baseball/id#007
- http://marklogic.com/baseball/players/position
- Pitcher
-
-
- http://marklogic.com/baseball/id#007
- http://marklogic.com/baseball/players/dob
- 1984-11-01
-
-
- http://marklogic.com/baseball/id#007
- http://marklogic.com/baseball/players/eff
- 32.89
-
-
- http://marklogic.com/baseball/id#007
- http://marklogic.com/baseball/players/age
- 29
-
-
- http://marklogic.com/baseball/id#007
- http://marklogic.com/baseball/players/team
- http://marklogic.com/mlb/team/id/005
-
-
-
-
- http://marklogic.com/baseball/id#008
- http://marklogic.com/baseball/players/name
- Juan Leone
-
-
- http://marklogic.com/baseball/id#008
- http://marklogic.com/baseball/players/type
- http://marklogic.com/baseball/players/bbtype/Dataset
-
-
- http://marklogic.com/baseball/id#008
- http://marklogic.com/baseball/players/description
- Describing Juan Leone
-
-
- http://marklogic.com/baseball/id#008
- http://marklogic.com/baseball/players/position
- Second Base
-
-
- http://marklogic.com/baseball/id#008
- http://marklogic.com/baseball/players/dob
- 1993-08-17
-
-
- http://marklogic.com/baseball/id#008
- http://marklogic.com/baseball/players/eff
- 29.77
-
-
- http://marklogic.com/baseball/id#008
- http://marklogic.com/baseball/players/age
- 27
-
-
- http://marklogic.com/baseball/id#008
- http://marklogic.com/baseball/players/team
- http://marklogic.com/mlb/team/id/001
-
-
-
-
+
+
+
+
+ http://marklogic.com/other/bball/id#101
+ http://marklogic.com/other/bball/players#name
+ Phil Green
+
+
+ http://marklogic.com/other/bball/id#101
+ http://marklogic.com/other/bball/players#type
+ http://marklogic.com/other/bball/players/bbtype/Dataset
+
+
+ http://marklogic.com/other/bball/id#101
+ http://marklogic.com/other/bball/players#description
+ Describing Phil Green
+
+
+ http://marklogic.com/other/bball/id#101
+ http://marklogic.com/other/bball/players#position
+ Shortstop
+
+
+ http://marklogic.com/other/bball/id#101
+ http://marklogic.com/other/bball/players#dob
+ 1985-03-27
+
+
+ http://marklogic.com/other/bball/id#101
+ http://marklogic.com/other/bball/players#eff
+ 82.03
+
+
+ http://marklogic.com/other/bball/id#101
+ http://marklogic.com/other/bball/players#age
+ 26
+
+
+ http://marklogic.com/other/bball/id#101
+ http://marklogic.com/other/bball/players#team
+ http://marklogic.com/mlb/team/id/003
+
+
+ http://marklogic.com/other/bball/id#102
+ http://marklogic.com/other/bball/players#name
+ Sam Cho
+
+
+ http://marklogic.com/other/bball/id#102
+ http://marklogic.com/other/bball/players#type
+ http://marklogic.com/other/bball/players/bbtype/Dataset
+
+
+ http://marklogic.com/other/bball/id#102
+ http://marklogic.com/other/bball/players#description
+ Describing Sam Cho
+
+
+ http://marklogic.com/other/bball/id#102
+ http://marklogic.com/other/bball/players#position
+ Center Field
+
+
+ http://marklogic.com/other/bball/id#102
+ http://marklogic.com/other/bball/players#dob
+ 1993-02-08
+
+
+ http://marklogic.com/other/bball/id#102
+ http://marklogic.com/other/bball/players#eff
+ 21.99
+
+
+ http://marklogic.com/other/bball/id#102
+ http://marklogic.com/other/bball/players#age
+ 22
+
+
+ http://marklogic.com/other/bball/id#102
+ http://marklogic.com/other/bball/players#team
+ http://marklogic.com/mlb/team/id/006
+
+
+
+
+