-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
there are 2 configuration files present in gsh repo
collection.xconf and replication.xconf
as per https://github.com/joewiz/gsh/blob/master/pre-install.xql#L34 only replication.xconf is copied to /db/system/config and therefore range index configuration from collection.xconf is currently ineffective.
<range>
<create qname="territory">
<field name="territory-id" type="xs:string" match="id"/>
</create>
</range>Happy to merge them but I wonder what should be our naming policy here? I'd personally follow eXist-db recommended naming and have collection.xconf stay and say goodbye to replication.xconf. What do you think @joewiz?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels