acdh-oeaw / arche-fcs
CLARIN Federated Content Search plugin for ARCHE
Installs: 1 756
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 6
Forks: 0
Open Issues: 1
Requires (Dev)
- phpstan/phpstan: ^1.10
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.