acdh-oeaw/arche-fcs

ARCHE 联邦内容搜索插件

1.1.2 2024-09-20 08:01 UTC

This package is auto-updated.

Last update: 2024-09-20 08:02:58 UTC


README

ARCHE 的 CLARIN 联邦内容搜索 2.0 端点。

局限性

  • CLARIN FCS 需要在句子上下文中执行搜索,这在 ARCHE 中是不可能的。因此,布尔运算符仅限于 OR,不受此要求的影响。
  • 由于 ARCHE 中只有 原始文本 层,因此不支持 CLARIN FCS 高级搜索和 SRU 搜索/CLARIN FCS 基本搜索中的特定 OASIS-CQL 索引。

安装

  • 在 www 根目录中运行
    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
    
  • 调整 config.yaml,提供 ARCHE 数据库连接详情和您的 FCS 元数据详情。

参考文档