Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Creating an element range index adds collation when it should not #251

Closed
dmcassel opened this issue May 29, 2014 · 4 comments
Closed

Creating an element range index adds collation when it should not #251

dmcassel opened this issue May 29, 2014 · 4 comments
Labels
Milestone

Comments

@dmcassel
Copy link
Collaborator

  • 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.

@dmcassel dmcassel added the bug label May 29, 2014
@grtjn
Copy link
Contributor

grtjn commented May 29, 2014

I might have fixed that already in my fork..

Sent from Samsung Mobile

-------- 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.

@grtjn
Copy link
Contributor

grtjn commented Aug 27, 2014

Related to #161

@grtjn
Copy link
Contributor

grtjn commented Aug 27, 2014

I guess this was the other way around. Non-empty collation for a non-string index..

@paxtonhare
Copy link
Contributor

fixed in dev

@paxtonhare paxtonhare modified the milestone: v1.6 Oct 31, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants