marklogic-community / roxy

Deployment tool for MarkLogic applications. Also provides optional unit test and XQuery MVC structure
Other
87 stars 66 forks source link

Add support for geospatial-path-indexes, and geospatial-region-path-indexes #863

Closed tdiepenbrock closed 6 years ago

tdiepenbrock commented 6 years ago

This is related to issue #850

Bug Template

The issue

Short description of the problem:

What are the steps to reproduce the problem?

  1. Create a database with one of the indexes described in the title
  2. Bootstrap
  3. Bootstrap again

Tech Specs

Which Operating System are you using?

RHEL 7.x

Which version of MarkLogic are you using?

9.0-3.1

Which version of Roxy are you using (see version.txt)?

1.7.7

grtjn commented 6 years ago

Sounds like basically a dupe of #850. Need the fix soon rather than late?

tdiepenbrock commented 6 years ago

I submitted the fix in a pull request, looks like there are some conflicts to resolve, however.

grtjn commented 6 years ago

I changed the title of this ticket to reflect the addition of geo path index support. Metadata fields are covered in #834, the issue with path namespaces in #850..

grtjn commented 6 years ago

Fixed in dev