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

Latest commit

 

History

History
22 lines (16 loc) · 545 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 545 Bytes

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>