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.
-------- Oorspronkelijk bericht --------
Van: David Cassel notifications@github.com
Datum: 29-05-2014 20:43 (GMT+01:00)
Aan: marklogic/roxy roxy@noreply.github.com
Onderwerp: [roxy] Creating an element range index adds collation when it should not (#251)
In ml-config.xml, specify an element range index with a type other than string, and do not include a collation element.
bootstrap
find the range index in MarkLogic's databases.xml file; it was created with a collation element
Resolution: on building a range index, if the collation is not specified and the type is not string, make sure that an empty collation gets passed in.
—
Reply to this email directly or view it on GitHub.
Resolution: on building a range index, if the collation is not specified and the type is not string, make sure that an empty collation gets passed in.
The text was updated successfully, but these errors were encountered: