From f9730686601aa8d1a1884ad9126cd5458b109d9b Mon Sep 17 00:00:00 2001 From: Shinsuke Sugaya Date: Thu, 10 Sep 2026 09:10:37 +0900 Subject: [PATCH] docs(15.9): rename the GCS plugin and replace the Library plugin type codelibs/fess replaces the fess-lib-* plugin type with fess-storage-* and fess-sso-*, so fess-lib-gcs becomes fess-storage-gcs. Fess names plugin types after the extension point they plug into -- fess-ds is a DataStore, fess-llm an LLM client -- and fess-lib named the content instead. The plugin name is updated in the six 15.9 pages that mention it, across all seven languages: install/upgrade.rst, config/crawler-advanced.rst, admin/storage-guide.rst, admin/fileconfig-guide.rst, admin/general-guide.rst and dev/plugin-architecture.rst. The plugin type table in dev/plugin-architecture.rst loses its Library row and gains Storage and SSO. No fess-sso-* plugin exists yet; the row documents a prefix Fess recognises, on a page whose audience is developers reading the type list. Wording was taken from each tree rather than translated afresh: the type name matches the storage-guide title in each language, "object storage" matches the existing term in each, and the authenticator wording follows the phrasing of the adjacent Thumbnail row. Each of the 41 files was parsed with docutils before and after the edit, with doctitle_xform=False the way Sphinx parses and the conf.ini substitutions prepended: no new system messages, no markup left unparsed, the same number of top-level sections, and the table row count up by exactly one on the seven pages whose table changed. The new rows were checked to carry three cells each and to have parsed fess-storage-*, fess-sso-* and sso.type as literal nodes, which is what catches an inline start-string sitting against a CJK character. --- de/15.9/admin/fileconfig-guide.rst | 6 +++--- de/15.9/admin/general-guide.rst | 2 +- de/15.9/admin/storage-guide.rst | 4 ++-- de/15.9/config/crawler-advanced.rst | 4 ++-- de/15.9/dev/plugin-architecture.rst | 9 ++++++--- de/15.9/install/upgrade.rst | 4 ++-- en/15.9/admin/fileconfig-guide.rst | 6 +++--- en/15.9/admin/general-guide.rst | 2 +- en/15.9/admin/storage-guide.rst | 4 ++-- en/15.9/config/crawler-advanced.rst | 4 ++-- en/15.9/dev/plugin-architecture.rst | 9 ++++++--- en/15.9/install/upgrade.rst | 4 ++-- es/15.9/admin/fileconfig-guide.rst | 6 +++--- es/15.9/admin/general-guide.rst | 2 +- es/15.9/admin/storage-guide.rst | 4 ++-- es/15.9/config/crawler-advanced.rst | 4 ++-- es/15.9/dev/plugin-architecture.rst | 9 ++++++--- es/15.9/install/upgrade.rst | 4 ++-- fr/15.9/admin/fileconfig-guide.rst | 6 +++--- fr/15.9/admin/general-guide.rst | 2 +- fr/15.9/admin/storage-guide.rst | 4 ++-- fr/15.9/config/crawler-advanced.rst | 4 ++-- fr/15.9/dev/plugin-architecture.rst | 9 ++++++--- fr/15.9/install/upgrade.rst | 4 ++-- ja/15.9/admin/fileconfig-guide.rst | 6 +++--- ja/15.9/admin/general-guide.rst | 2 +- ja/15.9/admin/storage-guide.rst | 4 ++-- ja/15.9/config/crawler-advanced.rst | 4 ++-- ja/15.9/dev/plugin-architecture.rst | 9 ++++++--- ja/15.9/install/upgrade.rst | 4 ++-- ko/15.9/admin/fileconfig-guide.rst | 2 +- ko/15.9/admin/general-guide.rst | 2 +- ko/15.9/config/crawler-advanced.rst | 4 ++-- ko/15.9/dev/plugin-architecture.rst | 9 ++++++--- ko/15.9/install/upgrade.rst | 4 ++-- zh-cn/15.9/admin/fileconfig-guide.rst | 6 +++--- zh-cn/15.9/admin/general-guide.rst | 2 +- zh-cn/15.9/admin/storage-guide.rst | 4 ++-- zh-cn/15.9/config/crawler-advanced.rst | 4 ++-- zh-cn/15.9/dev/plugin-architecture.rst | 9 ++++++--- zh-cn/15.9/install/upgrade.rst | 4 ++-- 41 files changed, 108 insertions(+), 87 deletions(-) diff --git a/de/15.9/admin/fileconfig-guide.rst b/de/15.9/admin/fileconfig-guide.rst index 31c0cd6f..d0492a3d 100644 --- a/de/15.9/admin/fileconfig-guide.rst +++ b/de/15.9/admin/fileconfig-guide.rst @@ -14,7 +14,7 @@ Welche Pfade gecrawlt werden, richtet sich nach dem im „Pfad" angegebenen Prot - ``smb1://`` … Windows-Dateiserver/freigegebene Ordner über das ältere SMB1-Protokoll - ``ftp://`` … FTP-Server - ``s3://`` … Amazon-S3-Bucket -- ``gcs://`` … Google-Cloud-Storage-Bucket (erfordert das Plugin ``fess-lib-gcs``) +- ``gcs://`` … Google-Cloud-Storage-Bucket (erfordert das Plugin ``fess-storage-gcs``) Auf der Datei-Crawl-Konfigurationsseite können Sie Konfigurationen zum Crawlen von Dateien im Dateisystem oder in freigegebenen Netzwerkordnern verwalten. @@ -232,9 +232,9 @@ Für den GCS-Zugriff sind Anmeldeinformationen erforderlich. Fügen Sie Folgende client.credentialsFile=/pfad/zu/service-account.json .. note:: - Die Unterstützung für Google Cloud Storage kommt aus dem Plugin ``fess-lib-gcs``, das + Die Unterstützung für Google Cloud Storage kommt aus dem Plugin ``fess-storage-gcs``, das nicht Teil der Distribution ist. Installieren Sie es über die Seite **System > Plugin** in - der Administrationsoberfläche oder mit ``bin/fess-setup install plugin fess-lib-gcs``. + der Administrationsoberfläche oder mit ``bin/fess-setup install plugin fess-storage-gcs``. Verwandte Seiten ================ diff --git a/de/15.9/admin/general-guide.rst b/de/15.9/admin/general-guide.rst index 85e9aad8..da0697f8 100644 --- a/de/15.9/admin/general-guide.rst +++ b/de/15.9/admin/general-guide.rst @@ -576,7 +576,7 @@ Bei Auswahl von „Automatisch" wird der Speichertyp automatisch anhand des Endp - **Automatisch**: Automatische Erkennung vom Endpunkt - **S3**: Amazon S3 -- **GCS**: Google Cloud Storage (erfordert das Plugin ``fess-lib-gcs``) +- **GCS**: Google Cloud Storage (erfordert das Plugin ``fess-storage-gcs``) Bucket :::::: diff --git a/de/15.9/admin/storage-guide.rst b/de/15.9/admin/storage-guide.rst index 3d53f43a..dc85e66a 100644 --- a/de/15.9/admin/storage-guide.rst +++ b/de/15.9/admin/storage-guide.rst @@ -37,9 +37,9 @@ GCS-Einstellungen - Anmeldedaten-Pfad: Pfad zur Dienstkonto-Anmeldedaten-JSON-Datei .. note:: - Die Unterstützung für Google Cloud Storage kommt aus dem Plugin ``fess-lib-gcs``, das + Die Unterstützung für Google Cloud Storage kommt aus dem Plugin ``fess-storage-gcs``, das nicht Teil der Distribution ist. Installieren Sie es über die Seite **System > Plugin** in - der Administrationsoberfläche oder mit ``bin/fess-setup install plugin fess-lib-gcs``. + der Administrationsoberfläche oder mit ``bin/fess-setup install plugin fess-storage-gcs``. MinIO (S3-kompatibel) Einstellungen ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/de/15.9/config/crawler-advanced.rst b/de/15.9/config/crawler-advanced.rst index 07d4d7b2..73ef6327 100644 --- a/de/15.9/config/crawler-advanced.rst +++ b/de/15.9/config/crawler-advanced.rst @@ -1047,9 +1047,9 @@ GCS-Crawler ----------- .. note:: - Die Unterstützung für Google Cloud Storage kommt aus dem Plugin ``fess-lib-gcs``, das + Die Unterstützung für Google Cloud Storage kommt aus dem Plugin ``fess-storage-gcs``, das nicht Teil der Distribution ist. Installieren Sie es über die Seite **System > Plugin** in - der Administrationsoberfläche oder mit ``bin/fess-setup install plugin fess-lib-gcs``. + der Administrationsoberfläche oder mit ``bin/fess-setup install plugin fess-storage-gcs``. Konfiguration für das Crawlen von Google Cloud Storage. Fügen Sie Folgendes zu „Konfigurationsparameter" in den Datei-Crawl-Einstellungen hinzu. diff --git a/de/15.9/dev/plugin-architecture.rst b/de/15.9/dev/plugin-architecture.rst index 57f9b4d9..6c7b16ab 100644 --- a/de/15.9/dev/plugin-architecture.rst +++ b/de/15.9/dev/plugin-architecture.rst @@ -47,9 +47,12 @@ Artefaktnamens (``PluginHelper.ArtifactType``). Die wichtigsten Typen sind: * - Crawler - ``fess-crawler-*`` - Erweiterung des Crawler-Clients - * - Bibliothek - - ``fess-lib-*`` - - Liefert einen Fremdanbieter-Client und seine Abhängigkeiten, die die Distribution nicht enthält + * - Speicher + - ``fess-storage-*`` + - Hinzufügen eines Objektspeicher-Backends für das Crawling und die Speicherfunktion + * - SSO + - ``fess-sso-*`` + - Hinzufügen eines über ``sso.type`` ausgewählten Single-Sign-On-Verfahrens Plugin-Struktur =============== diff --git a/de/15.9/install/upgrade.rst b/de/15.9/install/upgrade.rst index 4186ca70..5c594395 100644 --- a/de/15.9/install/upgrade.rst +++ b/de/15.9/install/upgrade.rst @@ -524,12 +524,12 @@ Google Cloud Storage wird als Plugin ausgeliefert ------------------------------------------------- Das Google-Cloud-Storage-SDK ist nicht mehr Teil der Distribution; ``gcs://``-Crawls und der -Speichertyp ``gcs`` kommen jetzt aus dem Plugin ``fess-lib-gcs``. Installieren Sie es über +Speichertyp ``gcs`` kommen jetzt aus dem Plugin ``fess-storage-gcs``. Installieren Sie es über die Seite **System > Plugin** in der Administrationsoberfläche oder mit dem folgenden Befehl. :: - $ bin/fess-setup install plugin fess-lib-gcs + $ bin/fess-setup install plugin fess-storage-gcs ``gcs`` ist auch aus dem ausgelieferten ``crawler.file.protocols`` verschwunden, das nun ``file,smb,smb1,ftp,s3`` lautet; das Plugin fügt es bei der Installation wieder hinzu. Bis diff --git a/en/15.9/admin/fileconfig-guide.rst b/en/15.9/admin/fileconfig-guide.rst index dc585052..d2462580 100644 --- a/en/15.9/admin/fileconfig-guide.rst +++ b/en/15.9/admin/fileconfig-guide.rst @@ -16,7 +16,7 @@ Crawl targets are determined by the protocol specified in the path: - ``smb1://`` … Windows file server / shared folder over the legacy SMB1 protocol - ``ftp://`` … FTP server - ``s3://`` … Amazon S3 bucket -- ``gcs://`` … Google Cloud Storage bucket (requires the ``fess-lib-gcs`` plugin) +- ``gcs://`` … Google Cloud Storage bucket (requires the ``fess-storage-gcs`` plugin) Configuration Management ======================== @@ -231,9 +231,9 @@ GCS access requires authentication credentials. Add the following to "Configurat client.credentialsFile=/path/to/service-account.json .. note:: - Google Cloud Storage support comes from the ``fess-lib-gcs`` plugin, which is not part of + Google Cloud Storage support comes from the ``fess-storage-gcs`` plugin, which is not part of the distribution. Install it from the System > Plugin page in the administration screen, - or with ``bin/fess-setup install plugin fess-lib-gcs``. + or with ``bin/fess-setup install plugin fess-storage-gcs``. Related Pages ============= diff --git a/en/15.9/admin/general-guide.rst b/en/15.9/admin/general-guide.rst index 703acc85..c5fdf236 100644 --- a/en/15.9/admin/general-guide.rst +++ b/en/15.9/admin/general-guide.rst @@ -576,7 +576,7 @@ When "Auto" is selected, the storage type is automatically determined from the e - **Auto**: Auto-detect from endpoint - **S3**: Amazon S3 -- **GCS**: Google Cloud Storage (requires the ``fess-lib-gcs`` plugin) +- **GCS**: Google Cloud Storage (requires the ``fess-storage-gcs`` plugin) Bucket :::::: diff --git a/en/15.9/admin/storage-guide.rst b/en/15.9/admin/storage-guide.rst index b4ad9a96..6ec57322 100644 --- a/en/15.9/admin/storage-guide.rst +++ b/en/15.9/admin/storage-guide.rst @@ -37,9 +37,9 @@ GCS Settings - Credentials Path: Service account credentials JSON file path .. note:: - Google Cloud Storage support comes from the ``fess-lib-gcs`` plugin, which is not part of + Google Cloud Storage support comes from the ``fess-storage-gcs`` plugin, which is not part of the distribution. Install it from the System > Plugin page in the administration screen, - or with ``bin/fess-setup install plugin fess-lib-gcs``. + or with ``bin/fess-setup install plugin fess-storage-gcs``. MinIO (S3-compatible) Settings ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/en/15.9/config/crawler-advanced.rst b/en/15.9/config/crawler-advanced.rst index 20cfb341..2920ff0a 100644 --- a/en/15.9/config/crawler-advanced.rst +++ b/en/15.9/config/crawler-advanced.rst @@ -1049,9 +1049,9 @@ GCS Crawler ----------- .. note:: - Google Cloud Storage support comes from the ``fess-lib-gcs`` plugin, which is not part of + Google Cloud Storage support comes from the ``fess-storage-gcs`` plugin, which is not part of the distribution. Install it from the System > Plugin page in the administration screen, - or with ``bin/fess-setup install plugin fess-lib-gcs``. + or with ``bin/fess-setup install plugin fess-storage-gcs``. Configuration for crawling Google Cloud Storage. Add the following to "Configuration Parameters" in the file crawl settings. diff --git a/en/15.9/dev/plugin-architecture.rst b/en/15.9/dev/plugin-architecture.rst index aebda8ca..dc1fe58b 100644 --- a/en/15.9/dev/plugin-architecture.rst +++ b/en/15.9/dev/plugin-architecture.rst @@ -47,9 +47,12 @@ Plugin Types * - Crawler - ``fess-crawler-*`` - Extends crawler clients - * - Library - - ``fess-lib-*`` - - Ships a third-party client and its dependencies that the distribution does not carry + * - Storage + - ``fess-storage-*`` + - Adds an object storage backend for crawling and for the storage feature + * - SSO + - ``fess-sso-*`` + - Adds a single sign-on authenticator selected by ``sso.type`` Plugin Structure ================= diff --git a/en/15.9/install/upgrade.rst b/en/15.9/install/upgrade.rst index c19346ce..f987f04e 100644 --- a/en/15.9/install/upgrade.rst +++ b/en/15.9/install/upgrade.rst @@ -516,12 +516,12 @@ Google Cloud Storage Moved to a Plugin -------------------------------------- The Google Cloud Storage SDK is no longer part of the distribution, so ``gcs://`` crawling -and the ``gcs`` storage type now come from the ``fess-lib-gcs`` plugin. Install it from the +and the ``gcs`` storage type now come from the ``fess-storage-gcs`` plugin. Install it from the System > Plugin page in the administration screen, or with the command below. :: - $ bin/fess-setup install plugin fess-lib-gcs + $ bin/fess-setup install plugin fess-storage-gcs ``gcs`` also left the shipped ``crawler.file.protocols``, which is now ``file,smb,smb1,ftp,s3``; the plugin adds it back when it is installed. Until then a file diff --git a/es/15.9/admin/fileconfig-guide.rst b/es/15.9/admin/fileconfig-guide.rst index 59517874..010918a2 100644 --- a/es/15.9/admin/fileconfig-guide.rst +++ b/es/15.9/admin/fileconfig-guide.rst @@ -16,7 +16,7 @@ El objetivo del rastreo se determina según el protocolo especificado en la «Ru - ``smb1://`` … servidor de archivos o carpeta compartida de Windows mediante el antiguo protocolo SMB1 - ``ftp://`` … servidor FTP - ``s3://`` … bucket de Amazon S3 -- ``gcs://`` … bucket de Google Cloud Storage (requiere el plugin ``fess-lib-gcs``) +- ``gcs://`` … bucket de Google Cloud Storage (requiere el plugin ``fess-storage-gcs``) Método de gestión ================== @@ -232,9 +232,9 @@ El acceso a GCS requiere credenciales de autenticación. Agregue lo siguiente en client.credentialsFile=/ruta/a/service-account.json .. note:: - La compatibilidad con Google Cloud Storage proviene del plugin ``fess-lib-gcs``, que no + La compatibilidad con Google Cloud Storage proviene del plugin ``fess-storage-gcs``, que no forma parte de la distribución. Instálelo desde la página **Sistema > Plugin** de la - pantalla de administración o con ``bin/fess-setup install plugin fess-lib-gcs``. + pantalla de administración o con ``bin/fess-setup install plugin fess-storage-gcs``. Páginas Relacionadas ==================== diff --git a/es/15.9/admin/general-guide.rst b/es/15.9/admin/general-guide.rst index a356390c..5e8d3c00 100644 --- a/es/15.9/admin/general-guide.rst +++ b/es/15.9/admin/general-guide.rst @@ -576,7 +576,7 @@ Cuando se selecciona "Automático", el tipo de almacenamiento se determina autom - **Automático**: Detección automática desde el punto final - **S3**: Amazon S3 -- **GCS**: Google Cloud Storage (requiere el plugin ``fess-lib-gcs``) +- **GCS**: Google Cloud Storage (requiere el plugin ``fess-storage-gcs``) Cubo :::: diff --git a/es/15.9/admin/storage-guide.rst b/es/15.9/admin/storage-guide.rst index 049c3d7b..458d4a01 100644 --- a/es/15.9/admin/storage-guide.rst +++ b/es/15.9/admin/storage-guide.rst @@ -37,9 +37,9 @@ Configuración de GCS - Ruta de credenciales: Ruta del archivo JSON de credenciales de la cuenta de servicio .. note:: - La compatibilidad con Google Cloud Storage proviene del plugin ``fess-lib-gcs``, que no + La compatibilidad con Google Cloud Storage proviene del plugin ``fess-storage-gcs``, que no forma parte de la distribución. Instálelo desde la página **Sistema > Plugin** de la - pantalla de administración o con ``bin/fess-setup install plugin fess-lib-gcs``. + pantalla de administración o con ``bin/fess-setup install plugin fess-storage-gcs``. Configuración de MinIO (compatible con S3) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/es/15.9/config/crawler-advanced.rst b/es/15.9/config/crawler-advanced.rst index 583e8567..03ab7ec6 100644 --- a/es/15.9/config/crawler-advanced.rst +++ b/es/15.9/config/crawler-advanced.rst @@ -1049,9 +1049,9 @@ Rastreador GCS -------------- .. note:: - La compatibilidad con Google Cloud Storage proviene del plugin ``fess-lib-gcs``, que no + La compatibilidad con Google Cloud Storage proviene del plugin ``fess-storage-gcs``, que no forma parte de la distribución. Instálelo desde la página **Sistema > Plugin** de la - pantalla de administración o con ``bin/fess-setup install plugin fess-lib-gcs``. + pantalla de administración o con ``bin/fess-setup install plugin fess-storage-gcs``. Configuración para rastrear Google Cloud Storage. Escriba lo siguiente en "Parámetros de configuración" de la configuración de rastreo de archivos. diff --git a/es/15.9/dev/plugin-architecture.rst b/es/15.9/dev/plugin-architecture.rst index 54c99057..4e1a607a 100644 --- a/es/15.9/dev/plugin-architecture.rst +++ b/es/15.9/dev/plugin-architecture.rst @@ -49,9 +49,12 @@ siguientes: * - Rastreador - ``fess-crawler-*`` - Ampliación de clientes de rastreador - * - Biblioteca - - ``fess-lib-*`` - - Aporta un cliente de terceros y sus dependencias que la distribución no incluye + * - Almacenamiento + - ``fess-storage-*`` + - Adición de backends de almacenamiento de objetos para el rastreo y la función de almacenamiento + * - SSO + - ``fess-sso-*`` + - Adición de métodos de autenticación Single Sign-On seleccionados mediante ``sso.type`` Estructura del Plugin ====================== diff --git a/es/15.9/install/upgrade.rst b/es/15.9/install/upgrade.rst index 8d0e3809..55356d3a 100644 --- a/es/15.9/install/upgrade.rst +++ b/es/15.9/install/upgrade.rst @@ -524,13 +524,13 @@ Google Cloud Storage pasa a un plugin ------------------------------------- El SDK de Google Cloud Storage ya no forma parte de la distribución, por lo que el rastreo de -``gcs://`` y el tipo de almacenamiento ``gcs`` provienen ahora del plugin ``fess-lib-gcs``. +``gcs://`` y el tipo de almacenamiento ``gcs`` provienen ahora del plugin ``fess-storage-gcs``. Instálelo desde la página **Sistema > Plugin** de la pantalla de administración o con la orden siguiente. :: - $ bin/fess-setup install plugin fess-lib-gcs + $ bin/fess-setup install plugin fess-storage-gcs ``gcs`` también ha salido del valor distribuido de ``crawler.file.protocols``, que ahora es ``file,smb,smb1,ftp,s3``; el plugin lo vuelve a añadir al instalarse. Hasta entonces, una diff --git a/fr/15.9/admin/fileconfig-guide.rst b/fr/15.9/admin/fileconfig-guide.rst index 4115d145..b5110876 100644 --- a/fr/15.9/admin/fileconfig-guide.rst +++ b/fr/15.9/admin/fileconfig-guide.rst @@ -16,7 +16,7 @@ Le crawl cible est déterminé par le protocole spécifié dans le « chemin » - ``smb1://`` … serveur de fichiers/dossier partagé Windows utilisant l'ancien protocole SMB1 - ``ftp://`` … serveur FTP - ``s3://`` … bucket Amazon S3 -- ``gcs://`` … bucket Google Cloud Storage (nécessite le plugin ``fess-lib-gcs``) +- ``gcs://`` … bucket Google Cloud Storage (nécessite le plugin ``fess-storage-gcs``) Gestion ======= @@ -232,9 +232,9 @@ L'accès à GCS nécessite des identifiants d'authentification. Ajoutez ce qui s client.credentialsFile=/chemin/vers/service-account.json .. note:: - La prise en charge de Google Cloud Storage provient du plugin ``fess-lib-gcs``, qui ne + La prise en charge de Google Cloud Storage provient du plugin ``fess-storage-gcs``, qui ne fait pas partie de la distribution. Installez-le depuis la page **Système > Plugin** de - l'écran d'administration ou avec ``bin/fess-setup install plugin fess-lib-gcs``. + l'écran d'administration ou avec ``bin/fess-setup install plugin fess-storage-gcs``. Pages associées =============== diff --git a/fr/15.9/admin/general-guide.rst b/fr/15.9/admin/general-guide.rst index 4ec00e41..53170884 100644 --- a/fr/15.9/admin/general-guide.rst +++ b/fr/15.9/admin/general-guide.rst @@ -576,7 +576,7 @@ Lorsque « Automatique » est sélectionné, le type de stockage est automatique - **Automatique** : Détection automatique à partir du point de terminaison - **S3** : Amazon S3 -- **GCS** : Google Cloud Storage (nécessite le plugin ``fess-lib-gcs``) +- **GCS** : Google Cloud Storage (nécessite le plugin ``fess-storage-gcs``) Compartiment :::::::::::: diff --git a/fr/15.9/admin/storage-guide.rst b/fr/15.9/admin/storage-guide.rst index 5bba225d..7fcabbfc 100644 --- a/fr/15.9/admin/storage-guide.rst +++ b/fr/15.9/admin/storage-guide.rst @@ -37,9 +37,9 @@ Paramètres GCS - Chemin des identifiants : Chemin du fichier JSON d'identifiants du compte de service .. note:: - La prise en charge de Google Cloud Storage provient du plugin ``fess-lib-gcs``, qui ne + La prise en charge de Google Cloud Storage provient du plugin ``fess-storage-gcs``, qui ne fait pas partie de la distribution. Installez-le depuis la page **Système > Plugin** de - l'écran d'administration ou avec ``bin/fess-setup install plugin fess-lib-gcs``. + l'écran d'administration ou avec ``bin/fess-setup install plugin fess-storage-gcs``. Paramètres MinIO (compatible S3) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/fr/15.9/config/crawler-advanced.rst b/fr/15.9/config/crawler-advanced.rst index 14d272c6..3d2b7efc 100644 --- a/fr/15.9/config/crawler-advanced.rst +++ b/fr/15.9/config/crawler-advanced.rst @@ -1049,9 +1049,9 @@ Crawler GCS ----------- .. note:: - La prise en charge de Google Cloud Storage provient du plugin ``fess-lib-gcs``, qui ne + La prise en charge de Google Cloud Storage provient du plugin ``fess-storage-gcs``, qui ne fait pas partie de la distribution. Installez-le depuis la page **Système > Plugin** de - l'écran d'administration ou avec ``bin/fess-setup install plugin fess-lib-gcs``. + l'écran d'administration ou avec ``bin/fess-setup install plugin fess-storage-gcs``. Configuration pour crawler Google Cloud Storage. Ajoutez ce qui suit aux « Paramètres de configuration » dans les paramètres de crawl de fichiers. diff --git a/fr/15.9/dev/plugin-architecture.rst b/fr/15.9/dev/plugin-architecture.rst index 7280136e..0f976d09 100644 --- a/fr/15.9/dev/plugin-architecture.rst +++ b/fr/15.9/dev/plugin-architecture.rst @@ -49,9 +49,12 @@ suivants : * - Crawler - ``fess-crawler-*`` - Extension des clients du crawler - * - Bibliothèque - - ``fess-lib-*`` - - Fournit un client tiers et ses dépendances que la distribution ne contient pas + * - Stockage + - ``fess-storage-*`` + - Ajout d'un backend de stockage d'objets utilisé pour le crawl et la fonction de stockage + * - SSO + - ``fess-sso-*`` + - Ajout d'une méthode d'authentification Single Sign-On sélectionnée par ``sso.type`` Structure d'un plugin ====================== diff --git a/fr/15.9/install/upgrade.rst b/fr/15.9/install/upgrade.rst index fec13447..a20600a5 100644 --- a/fr/15.9/install/upgrade.rst +++ b/fr/15.9/install/upgrade.rst @@ -528,13 +528,13 @@ Google Cloud Storage passe dans un plugin ----------------------------------------- Le SDK Google Cloud Storage ne fait plus partie de la distribution : l'exploration ``gcs://`` -et le type de stockage ``gcs`` proviennent désormais du plugin ``fess-lib-gcs``. +et le type de stockage ``gcs`` proviennent désormais du plugin ``fess-storage-gcs``. Installez-le depuis la page **Système > Plugin** de l'écran d'administration ou avec la commande ci-dessous. :: - $ bin/fess-setup install plugin fess-lib-gcs + $ bin/fess-setup install plugin fess-storage-gcs ``gcs`` a également quitté la valeur fournie de ``crawler.file.protocols``, qui est maintenant ``file,smb,smb1,ftp,s3`` ; le plugin la rétablit lors de son installation. diff --git a/ja/15.9/admin/fileconfig-guide.rst b/ja/15.9/admin/fileconfig-guide.rst index 8595ccf0..5e541eb3 100644 --- a/ja/15.9/admin/fileconfig-guide.rst +++ b/ja/15.9/admin/fileconfig-guide.rst @@ -14,7 +14,7 @@ - ``smb1://`` … 旧来の SMB1 プロトコルを使用する Windows ファイルサーバー/共有フォルダー - ``ftp://`` … FTP サーバー - ``s3://`` … Amazon S3 バケット -- ``gcs://`` … Google Cloud Storage バケット( ``fess-lib-gcs`` プラグインが必要) +- ``gcs://`` … Google Cloud Storage バケット( ``fess-storage-gcs`` プラグインが必要) 管理方法 ====== @@ -230,9 +230,9 @@ GCSへのアクセスには認証情報が必要です。「設定パラメー client.credentialsFile=/path/to/service-account.json .. note:: - Google Cloud Storage への対応は ``fess-lib-gcs`` プラグインから提供されます。配布物には + Google Cloud Storage への対応は ``fess-storage-gcs`` プラグインから提供されます。配布物には 同梱されていないため、管理画面の「システム > プラグイン」ページ、または - ``bin/fess-setup install plugin fess-lib-gcs`` で導入してください。 + ``bin/fess-setup install plugin fess-storage-gcs`` で導入してください。 関連ページ ========== diff --git a/ja/15.9/admin/general-guide.rst b/ja/15.9/admin/general-guide.rst index 41116e39..7698f7cd 100644 --- a/ja/15.9/admin/general-guide.rst +++ b/ja/15.9/admin/general-guide.rst @@ -576,7 +576,7 @@ ERROR や WARN レベルのログイベントを自動的に捕捉して通知 - **自動**: エンドポイントから自動判定 - **S3**: Amazon S3 -- **GCS**: Google Cloud Storage( ``fess-lib-gcs`` プラグインが必要) +- **GCS**: Google Cloud Storage( ``fess-storage-gcs`` プラグインが必要) バケット :::::: diff --git a/ja/15.9/admin/storage-guide.rst b/ja/15.9/admin/storage-guide.rst index 91210692..43a72c51 100644 --- a/ja/15.9/admin/storage-guide.rst +++ b/ja/15.9/admin/storage-guide.rst @@ -37,9 +37,9 @@ GCSの設定 - 認証情報パス: サービスアカウント認証情報JSONファイルパス .. note:: - Google Cloud Storage への対応は ``fess-lib-gcs`` プラグインから提供されます。配布物には + Google Cloud Storage への対応は ``fess-storage-gcs`` プラグインから提供されます。配布物には 同梱されていないため、管理画面の「システム > プラグイン」ページ、または - ``bin/fess-setup install plugin fess-lib-gcs`` で導入してください。 + ``bin/fess-setup install plugin fess-storage-gcs`` で導入してください。 MinIO(S3互換)の設定 ~~~~~~~~~~~~~~~~~~ diff --git a/ja/15.9/config/crawler-advanced.rst b/ja/15.9/config/crawler-advanced.rst index 958ad8e3..2eba3ef2 100644 --- a/ja/15.9/config/crawler-advanced.rst +++ b/ja/15.9/config/crawler-advanced.rst @@ -1052,9 +1052,9 @@ GCSクローラー ------------- .. note:: - Google Cloud Storage への対応は ``fess-lib-gcs`` プラグインから提供されます。配布物には + Google Cloud Storage への対応は ``fess-storage-gcs`` プラグインから提供されます。配布物には 同梱されていないため、管理画面の「システム > プラグイン」ページ、または - ``bin/fess-setup install plugin fess-lib-gcs`` で導入してください。 + ``bin/fess-setup install plugin fess-storage-gcs`` で導入してください。 Google Cloud Storageをクロールするための設定です。 ファイルクロール設定の「設定パラメーター」に以下を記述します。 diff --git a/ja/15.9/dev/plugin-architecture.rst b/ja/15.9/dev/plugin-architecture.rst index 6276aeec..4d88c314 100644 --- a/ja/15.9/dev/plugin-architecture.rst +++ b/ja/15.9/dev/plugin-architecture.rst @@ -47,9 +47,12 @@ DI コンテナ(Lasta Di)によってコンポーネントが読み込まれ、 * - クローラー - ``fess-crawler-*`` - クローラークライアントの拡張 - * - ライブラリ - - ``fess-lib-*`` - - 配布物に同梱しないサードパーティのクライアントとその依存を提供 + * - ストレージ + - ``fess-storage-*`` + - クロールとストレージ機能で使用するオブジェクトストレージバックエンドの追加 + * - SSO + - ``fess-sso-*`` + - ``sso.type`` で選択されるシングルサインオン認証方式の追加 プラグイン構造 ============== diff --git a/ja/15.9/install/upgrade.rst b/ja/15.9/install/upgrade.rst index a503e44f..065e726b 100644 --- a/ja/15.9/install/upgrade.rst +++ b/ja/15.9/install/upgrade.rst @@ -513,12 +513,12 @@ Google Cloud Storage をプラグインへ移動 --------------------------------------- Google Cloud Storage の SDK は配布物に含まれなくなり、 ``gcs://`` のクロールと ``gcs`` -ストレージタイプは ``fess-lib-gcs`` プラグインから提供されます。管理画面の +ストレージタイプは ``fess-storage-gcs`` プラグインから提供されます。管理画面の 「システム > プラグイン」ページ、または次のコマンドで導入してください。 :: - $ bin/fess-setup install plugin fess-lib-gcs + $ bin/fess-setup install plugin fess-storage-gcs ``crawler.file.protocols`` の既定値からも ``gcs`` が外れ、 ``file,smb,smb1,ftp,s3`` に なりました。プラグインを導入すると再び追加されます。導入前は、パスが ``gcs:`` で始まる diff --git a/ko/15.9/admin/fileconfig-guide.rst b/ko/15.9/admin/fileconfig-guide.rst index a4f8d77d..629fd4bb 100644 --- a/ko/15.9/admin/fileconfig-guide.rst +++ b/ko/15.9/admin/fileconfig-guide.rst @@ -16,7 +16,7 @@ - ``smb1://`` … 예전 SMB1 프로토콜을 사용하는 Windows 파일 서버/공유 폴더 - ``ftp://`` … FTP 서버 - ``s3://`` … Amazon S3 버킷 -- ``gcs://`` … Google Cloud Storage 버킷( ``fess-lib-gcs`` 플러그인 필요) +- ``gcs://`` … Google Cloud Storage 버킷( ``fess-storage-gcs`` 플러그인 필요) 관리 방법 ====== diff --git a/ko/15.9/admin/general-guide.rst b/ko/15.9/admin/general-guide.rst index 63446db0..858cc4ac 100644 --- a/ko/15.9/admin/general-guide.rst +++ b/ko/15.9/admin/general-guide.rst @@ -576,7 +576,7 @@ ERROR 및 WARN 레벨의 로그 이벤트를 자동으로 캡처하여 알림을 - **자동**: 엔드포인트에서 자동 판정 - **S3**: Amazon S3 -- **GCS**: Google Cloud Storage( ``fess-lib-gcs`` 플러그인 필요) +- **GCS**: Google Cloud Storage( ``fess-storage-gcs`` 플러그인 필요) 버킷 :::::: diff --git a/ko/15.9/config/crawler-advanced.rst b/ko/15.9/config/crawler-advanced.rst index 1b1999ab..c2fada10 100644 --- a/ko/15.9/config/crawler-advanced.rst +++ b/ko/15.9/config/crawler-advanced.rst @@ -1050,9 +1050,9 @@ GCS 크롤러 ------------- .. note:: - Google Cloud Storage 지원은 ``fess-lib-gcs`` 플러그인에서 제공됩니다. 배포물에 포함되어 + Google Cloud Storage 지원은 ``fess-storage-gcs`` 플러그인에서 제공됩니다. 배포물에 포함되어 있지 않으므로 관리 화면의 「시스템 > 플러그인」 페이지 또는 - ``bin/fess-setup install plugin fess-lib-gcs`` 로 설치하십시오. + ``bin/fess-setup install plugin fess-storage-gcs`` 로 설치하십시오. Google Cloud Storage를 크롤링하기 위한 설정입니다. 파일 크롤 설정의 "설정 파라미터"에 다음을 기술합니다. diff --git a/ko/15.9/dev/plugin-architecture.rst b/ko/15.9/dev/plugin-architecture.rst index 1b0a6694..4fd5ed13 100644 --- a/ko/15.9/dev/plugin-architecture.rst +++ b/ko/15.9/dev/plugin-architecture.rst @@ -47,9 +47,12 @@ * - 크롤러 - ``fess-crawler-*`` - 크롤러 클라이언트 확장 - * - 라이브러리 - - ``fess-lib-*`` - - 배포물에 포함되지 않는 서드파티 클라이언트와 그 의존을 제공 + * - 스토리지 + - ``fess-storage-*`` + - 크롤링과 스토리지 기능에서 사용하는 객체 스토리지 백엔드 추가 + * - SSO + - ``fess-sso-*`` + - ``sso.type`` 으로 선택되는 싱글 사인온 인증 방식 추가 플러그인 구조 ============== diff --git a/ko/15.9/install/upgrade.rst b/ko/15.9/install/upgrade.rst index 3ed0364e..c1de423e 100644 --- a/ko/15.9/install/upgrade.rst +++ b/ko/15.9/install/upgrade.rst @@ -512,12 +512,12 @@ Google Cloud Storage 를 플러그인으로 이동 ----------------------------------------- Google Cloud Storage 의 SDK 는 더 이상 배포물에 포함되지 않으며, ``gcs://`` 크롤링과 -``gcs`` 스토리지 타입은 ``fess-lib-gcs`` 플러그인에서 제공됩니다. 관리 화면의 +``gcs`` 스토리지 타입은 ``fess-storage-gcs`` 플러그인에서 제공됩니다. 관리 화면의 「시스템 > 플러그인」 페이지 또는 아래 명령으로 설치하십시오. :: - $ bin/fess-setup install plugin fess-lib-gcs + $ bin/fess-setup install plugin fess-storage-gcs ``crawler.file.protocols`` 의 기본값에서도 ``gcs`` 가 빠져 ``file,smb,smb1,ftp,s3`` 가 되었습니다. 플러그인을 설치하면 다시 추가됩니다. 설치 전에는 경로가 ``gcs:`` 로 시작하는 diff --git a/zh-cn/15.9/admin/fileconfig-guide.rst b/zh-cn/15.9/admin/fileconfig-guide.rst index ab3f1262..586876f3 100644 --- a/zh-cn/15.9/admin/fileconfig-guide.rst +++ b/zh-cn/15.9/admin/fileconfig-guide.rst @@ -16,7 +16,7 @@ - ``smb1://`` … 使用旧版 SMB1 协议的 Windows 文件服务器/共享文件夹 - ``ftp://`` … FTP 服务器 - ``s3://`` … Amazon S3 存储桶 -- ``gcs://`` … Google Cloud Storage 存储桶(需要 ``fess-lib-gcs`` 插件) +- ``gcs://`` … Google Cloud Storage 存储桶(需要 ``fess-storage-gcs`` 插件) 管理方式 ====== @@ -232,8 +232,8 @@ client.credentialsFile=/path/to/service-account.json .. note:: - Google Cloud Storage 支持由 ``fess-lib-gcs`` 插件提供,该插件不随发行包分发。请从管理 - 界面的「系统 > 插件」页面安装,或执行 ``bin/fess-setup install plugin fess-lib-gcs`` 。 + Google Cloud Storage 支持由 ``fess-storage-gcs`` 插件提供,该插件不随发行包分发。请从管理 + 界面的「系统 > 插件」页面安装,或执行 ``bin/fess-setup install plugin fess-storage-gcs`` 。 相关页面 ======== diff --git a/zh-cn/15.9/admin/general-guide.rst b/zh-cn/15.9/admin/general-guide.rst index 9ca63469..67d42ce2 100644 --- a/zh-cn/15.9/admin/general-guide.rst +++ b/zh-cn/15.9/admin/general-guide.rst @@ -576,7 +576,7 @@ Google Chat Webhook URLs - **自动**: 根据端点自动判断 - **S3**: Amazon S3 -- **GCS**: Google Cloud Storage(需要 ``fess-lib-gcs`` 插件) +- **GCS**: Google Cloud Storage(需要 ``fess-storage-gcs`` 插件) 存储桶 :::::: diff --git a/zh-cn/15.9/admin/storage-guide.rst b/zh-cn/15.9/admin/storage-guide.rst index 5f1feeb6..63d76bec 100644 --- a/zh-cn/15.9/admin/storage-guide.rst +++ b/zh-cn/15.9/admin/storage-guide.rst @@ -37,8 +37,8 @@ GCS 设置 - 凭证路径: 服务账户凭据 JSON 文件路径 .. note:: - Google Cloud Storage 支持由 ``fess-lib-gcs`` 插件提供,该插件不随发行包分发。请从管理 - 界面的「系统 > 插件」页面安装,或执行 ``bin/fess-setup install plugin fess-lib-gcs`` 。 + Google Cloud Storage 支持由 ``fess-storage-gcs`` 插件提供,该插件不随发行包分发。请从管理 + 界面的「系统 > 插件」页面安装,或执行 ``bin/fess-setup install plugin fess-storage-gcs`` 。 MinIO(S3 兼容)设置 ~~~~~~~~~~~~~~~~~~~~ diff --git a/zh-cn/15.9/config/crawler-advanced.rst b/zh-cn/15.9/config/crawler-advanced.rst index 5893132c..76676b03 100644 --- a/zh-cn/15.9/config/crawler-advanced.rst +++ b/zh-cn/15.9/config/crawler-advanced.rst @@ -1049,8 +1049,8 @@ GCS 爬虫 -------- .. note:: - Google Cloud Storage 支持由 ``fess-lib-gcs`` 插件提供,该插件不随发行包分发。请从管理 - 界面的「系统 > 插件」页面安装,或执行 ``bin/fess-setup install plugin fess-lib-gcs`` 。 + Google Cloud Storage 支持由 ``fess-storage-gcs`` 插件提供,该插件不随发行包分发。请从管理 + 界面的「系统 > 插件」页面安装,或执行 ``bin/fess-setup install plugin fess-storage-gcs`` 。 用于爬取 Google Cloud Storage 的配置。 diff --git a/zh-cn/15.9/dev/plugin-architecture.rst b/zh-cn/15.9/dev/plugin-architecture.rst index d9737587..7300918d 100644 --- a/zh-cn/15.9/dev/plugin-architecture.rst +++ b/zh-cn/15.9/dev/plugin-architecture.rst @@ -46,9 +46,12 @@ * - 爬虫 - ``fess-crawler-*`` - 扩展爬虫客户端 - * - 库 - - ``fess-lib-*`` - - 提供发行包不包含的第三方客户端及其依赖 + * - 存储 + - ``fess-storage-*`` + - 添加爬取和存储功能中使用的对象存储后端 + * - SSO + - ``fess-sso-*`` + - 添加由 ``sso.type`` 选择的单点登录认证方式 插件结构 ======== diff --git a/zh-cn/15.9/install/upgrade.rst b/zh-cn/15.9/install/upgrade.rst index 6dd3ec9e..f37c8708 100644 --- a/zh-cn/15.9/install/upgrade.rst +++ b/zh-cn/15.9/install/upgrade.rst @@ -506,11 +506,11 @@ Google Cloud Storage 移至插件 ----------------------------- Google Cloud Storage 的 SDK 不再包含在发行包中, ``gcs://`` 爬取与 ``gcs`` 存储类型改由 -``fess-lib-gcs`` 插件提供。请从管理界面的「系统 > 插件」页面安装,或执行以下命令。 +``fess-storage-gcs`` 插件提供。请从管理界面的「系统 > 插件」页面安装,或执行以下命令。 :: - $ bin/fess-setup install plugin fess-lib-gcs + $ bin/fess-setup install plugin fess-storage-gcs ``crawler.file.protocols`` 的随附取值中也去掉了 ``gcs``\ ,现为 ``file,smb,smb1,ftp,s3``\ 。安装插件后会重新加入。在此之前,路径以 ``gcs:`` 开头的文件