You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
Found this watching the Managing Indexes tutorial, Dave enters a codepoint collation, but the snippet XML shown, shows an empty collation element, which doesn't look correct either. Easy to reproduce:
MacPro-2463:marklogic_cup-replatform gjosten$ ./ml index
What type of index do you want to build?
1 element range index
2 attribute range index
1
What will the scalar type of the index be [1-18]?
1 int
2 unsignedInt
3 long
4 unsignedLong
5 float
6 double
7 decimal
8 dateTime
9 time
10 date
11 gYearMonth
12 gYear
13 gMonth
14 gDay
15 yearMonthDuration
16 dayTimeDuration
17 string
18 anyURI
17
What is the element's namespace URI?
bla
What is the element's localname?
bla
What is the collation URI (leave blank for the root collation)? http://marklogic.com/collation/codepoint
Turn on range value positions? [y/N]
n
Add this index to /Users/gjosten/Projects/marklogic_cup-replatform/deploy/ml-config.xml? [y/N]
string
bla
bla
false
Collation should not be empty for string indexes as far as I know, and obviously it should copy the entered collation value.
PS: is the user entered collation value being verified by Roxy?
The text was updated successfully, but these errors were encountered:
Found this watching the Managing Indexes tutorial, Dave enters a codepoint collation, but the snippet XML shown, shows an empty collation element, which doesn't look correct either. Easy to reproduce:
MacPro-2463:marklogic_cup-replatform gjosten$ ./ml index
What type of index do you want to build?
1 element range index
2 attribute range index
1
What will the scalar type of the index be [1-18]?
1 int
2 unsignedInt
3 long
4 unsignedLong
5 float
6 double
7 decimal
8 dateTime
9 time
10 date
11 gYearMonth
12 gYear
13 gMonth
14 gDay
15 yearMonthDuration
16 dayTimeDuration
17 string
18 anyURI
17
What is the element's namespace URI?
bla
What is the element's localname?
bla
What is the collation URI (leave blank for the root collation)?
http://marklogic.com/collation/codepoint
Turn on range value positions? [y/N]
n
Add this index to /Users/gjosten/Projects/marklogic_cup-replatform/deploy/ml-config.xml? [y/N]
string
bla
bla
false
Collation should not be empty for string indexes as far as I know, and obviously it should copy the entered collation value.
PS: is the user entered collation value being verified by Roxy?
The text was updated successfully, but these errors were encountered: