Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

cts2/exist-service

Repository files navigation

This service implementation has been archived.

exist-service

A CTS2 Implementation based on the eXist XML DB.

eXist Install

Older versions of exist-service required full text indexing to be enabled in the conf.xml. This is no longer the case.

Indexing should now be set to (the default value) of disabled - per below.

For other configuration settings, see the suggested-conf.xml file.

<index>
  <fulltext attributes="false" default="none">
    <exclude path="/auth"/>
  </fulltext>
</index>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published