acdh-oeaw/arche-fcs

CLARIN Federated Content Search plugin for ARCHE

1.1.1 2022-11-10 14:35 UTC

This package is auto-updated.

Last update: 2024-04-13 18:43:34 UTC


README

A CLARIN Federated Content Search 2.0 endpoint for ARCHE.

Limitations

  • The CLARIN FCS requires search to be performed within the sentence context which is impossible in ARCHE. Therefore boolean operators are limited only to OR which isn't affected by this requirement.
  • As there is only a raw text layer in ARCHE, both CLARIN FCS advanced search and specific OASIS-CQL indices in SRU search/CLARIN FCS basic search aren't supported.

Installation

  • In the www docroot run:
    composer require acdh-oeaw/arche-fcs
    ln -s vendor/acdh-oeaw/arche-fcs/index.php index.php
    cp vendor/acdh-oeaw/arche-fcs/config-sample.yaml config.yaml
    
  • Adjust the config.yaml providing ARCHE database connection details and your FCS metadata details.

Reference documentation