From 8473df432afc3f7c8fb9c0da1ca254b4f96b68c3 Mon Sep 17 00:00:00 2001 From: Shinsuke Sugaya Date: Sat, 8 Aug 2026 20:46:25 +0900 Subject: [PATCH] docs: cut the subtitle from the guide article titles The 23-part guide series titles each carry a subtitle after a `--`, which puts them between 80 and 190 characters. A search result shows nothing like that much, so what a searcher sees is the series number and the first few words of the topic, cut mid-phrase. Measured in Search Console over the last three months, the article pages draw 17,900 impressions -- 9.6% of the site -- at an average position of 9.6, which is the same as the site as a whole, but convert at 1.5% CTR against the site's 3.3%. Ranking is not the problem; the result listing is. The subtitle is dropped from the heading and the rules are resized to the new title's display width. The series number is kept, so the parts still read as a series. Nothing is reworded. Scope is `guide-*.rst`. `article-*.rst` is deliberately excluded: there the text after the separator is what tells the four articles apart (installation, API, FSS), so removing it would leave each language with four pages under one title. The information is not lost. Each guide opens with an Introduction that already states what the subtitle said. Result, measured by display width rather than character count -- Google truncates on width, and a character count understates CJK by half: article titles wider than 60 columns fall from 177 to 52. Of the 52, 31 are guides whose main title alone is long, all of them in German, English, Spanish or French; 21 are the excluded article series. Every Japanese, Korean and Chinese guide title now fits. No new duplicate title is created, and `tools/check_headings.py` is clean across every article directory. --- de/articles/guide-01.rst | 6 +++--- de/articles/guide-02.rst | 6 +++--- de/articles/guide-03.rst | 6 +++--- de/articles/guide-04.rst | 6 +++--- de/articles/guide-05.rst | 6 +++--- de/articles/guide-06.rst | 6 +++--- de/articles/guide-07.rst | 6 +++--- de/articles/guide-08.rst | 6 +++--- de/articles/guide-09.rst | 6 +++--- de/articles/guide-10.rst | 6 +++--- de/articles/guide-11.rst | 6 +++--- de/articles/guide-12.rst | 6 +++--- de/articles/guide-13.rst | 6 +++--- de/articles/guide-14.rst | 6 +++--- de/articles/guide-15.rst | 6 +++--- de/articles/guide-16.rst | 6 +++--- de/articles/guide-17.rst | 6 +++--- de/articles/guide-18.rst | 6 +++--- de/articles/guide-19.rst | 6 +++--- de/articles/guide-20.rst | 6 +++--- de/articles/guide-21.rst | 6 +++--- de/articles/guide-22.rst | 6 +++--- de/articles/guide-23.rst | 2 +- en/articles/guide-01.rst | 6 +++--- en/articles/guide-02.rst | 6 +++--- en/articles/guide-03.rst | 6 +++--- en/articles/guide-04.rst | 6 +++--- en/articles/guide-05.rst | 6 +++--- en/articles/guide-06.rst | 6 +++--- en/articles/guide-07.rst | 6 +++--- en/articles/guide-08.rst | 6 +++--- en/articles/guide-09.rst | 6 +++--- en/articles/guide-10.rst | 6 +++--- en/articles/guide-11.rst | 6 +++--- en/articles/guide-12.rst | 6 +++--- en/articles/guide-13.rst | 6 +++--- en/articles/guide-14.rst | 6 +++--- en/articles/guide-15.rst | 6 +++--- en/articles/guide-16.rst | 6 +++--- en/articles/guide-17.rst | 6 +++--- en/articles/guide-18.rst | 6 +++--- en/articles/guide-19.rst | 6 +++--- en/articles/guide-20.rst | 6 +++--- en/articles/guide-21.rst | 6 +++--- en/articles/guide-22.rst | 6 +++--- en/articles/guide-23.rst | 6 +++--- es/articles/guide-01.rst | 6 +++--- es/articles/guide-02.rst | 6 +++--- es/articles/guide-03.rst | 6 +++--- es/articles/guide-04.rst | 6 +++--- es/articles/guide-05.rst | 6 +++--- es/articles/guide-06.rst | 6 +++--- es/articles/guide-07.rst | 6 +++--- es/articles/guide-08.rst | 6 +++--- es/articles/guide-09.rst | 6 +++--- es/articles/guide-10.rst | 6 +++--- es/articles/guide-11.rst | 6 +++--- es/articles/guide-12.rst | 6 +++--- es/articles/guide-13.rst | 6 +++--- es/articles/guide-14.rst | 6 +++--- es/articles/guide-15.rst | 6 +++--- es/articles/guide-16.rst | 6 +++--- es/articles/guide-17.rst | 6 +++--- es/articles/guide-18.rst | 6 +++--- es/articles/guide-19.rst | 6 +++--- es/articles/guide-20.rst | 6 +++--- es/articles/guide-21.rst | 6 +++--- es/articles/guide-22.rst | 6 +++--- es/articles/guide-23.rst | 6 +++--- fr/articles/guide-01.rst | 6 +++--- fr/articles/guide-02.rst | 6 +++--- fr/articles/guide-03.rst | 6 +++--- fr/articles/guide-04.rst | 6 +++--- fr/articles/guide-05.rst | 6 +++--- fr/articles/guide-06.rst | 6 +++--- fr/articles/guide-07.rst | 2 +- fr/articles/guide-08.rst | 6 +++--- fr/articles/guide-09.rst | 6 +++--- fr/articles/guide-10.rst | 6 +++--- fr/articles/guide-11.rst | 6 +++--- fr/articles/guide-12.rst | 6 +++--- fr/articles/guide-13.rst | 6 +++--- fr/articles/guide-14.rst | 6 +++--- fr/articles/guide-15.rst | 6 +++--- fr/articles/guide-16.rst | 6 +++--- fr/articles/guide-17.rst | 6 +++--- fr/articles/guide-18.rst | 6 +++--- fr/articles/guide-19.rst | 6 +++--- fr/articles/guide-20.rst | 6 +++--- fr/articles/guide-21.rst | 6 +++--- fr/articles/guide-22.rst | 6 +++--- fr/articles/guide-23.rst | 6 +++--- ja/articles/guide-01.rst | 6 +++--- ja/articles/guide-02.rst | 6 +++--- ja/articles/guide-03.rst | 6 +++--- ja/articles/guide-04.rst | 6 +++--- ja/articles/guide-05.rst | 6 +++--- ja/articles/guide-06.rst | 6 +++--- ja/articles/guide-07.rst | 6 +++--- ja/articles/guide-08.rst | 6 +++--- ja/articles/guide-09.rst | 6 +++--- ja/articles/guide-10.rst | 6 +++--- ja/articles/guide-11.rst | 6 +++--- ja/articles/guide-12.rst | 6 +++--- ja/articles/guide-13.rst | 6 +++--- ja/articles/guide-14.rst | 6 +++--- ja/articles/guide-15.rst | 6 +++--- ja/articles/guide-16.rst | 6 +++--- ja/articles/guide-17.rst | 6 +++--- ja/articles/guide-18.rst | 6 +++--- ja/articles/guide-19.rst | 6 +++--- ja/articles/guide-20.rst | 6 +++--- ja/articles/guide-21.rst | 6 +++--- ja/articles/guide-22.rst | 6 +++--- ja/articles/guide-23.rst | 6 +++--- ko/articles/guide-01.rst | 6 +++--- ko/articles/guide-02.rst | 6 +++--- ko/articles/guide-03.rst | 6 +++--- ko/articles/guide-04.rst | 6 +++--- ko/articles/guide-05.rst | 6 +++--- ko/articles/guide-06.rst | 6 +++--- ko/articles/guide-07.rst | 6 +++--- ko/articles/guide-08.rst | 6 +++--- ko/articles/guide-09.rst | 6 +++--- ko/articles/guide-10.rst | 6 +++--- ko/articles/guide-11.rst | 6 +++--- ko/articles/guide-12.rst | 6 +++--- ko/articles/guide-13.rst | 6 +++--- ko/articles/guide-14.rst | 6 +++--- ko/articles/guide-15.rst | 6 +++--- ko/articles/guide-16.rst | 6 +++--- ko/articles/guide-17.rst | 6 +++--- ko/articles/guide-18.rst | 6 +++--- ko/articles/guide-19.rst | 6 +++--- ko/articles/guide-20.rst | 6 +++--- ko/articles/guide-21.rst | 6 +++--- ko/articles/guide-22.rst | 6 +++--- ko/articles/guide-23.rst | 6 +++--- zh-cn/articles/guide-01.rst | 6 +++--- zh-cn/articles/guide-02.rst | 6 +++--- zh-cn/articles/guide-03.rst | 6 +++--- zh-cn/articles/guide-04.rst | 6 +++--- zh-cn/articles/guide-05.rst | 6 +++--- zh-cn/articles/guide-06.rst | 6 +++--- zh-cn/articles/guide-07.rst | 6 +++--- zh-cn/articles/guide-08.rst | 6 +++--- zh-cn/articles/guide-09.rst | 6 +++--- zh-cn/articles/guide-10.rst | 6 +++--- zh-cn/articles/guide-11.rst | 6 +++--- zh-cn/articles/guide-12.rst | 6 +++--- zh-cn/articles/guide-13.rst | 6 +++--- zh-cn/articles/guide-14.rst | 6 +++--- zh-cn/articles/guide-15.rst | 6 +++--- zh-cn/articles/guide-16.rst | 6 +++--- zh-cn/articles/guide-17.rst | 6 +++--- zh-cn/articles/guide-18.rst | 6 +++--- zh-cn/articles/guide-19.rst | 6 +++--- zh-cn/articles/guide-20.rst | 6 +++--- zh-cn/articles/guide-21.rst | 6 +++--- zh-cn/articles/guide-22.rst | 6 +++--- zh-cn/articles/guide-23.rst | 6 +++--- 161 files changed, 479 insertions(+), 479 deletions(-) diff --git a/de/articles/guide-01.rst b/de/articles/guide-01.rst index 9f660498f..5085bfa48 100644 --- a/de/articles/guide-01.rst +++ b/de/articles/guide-01.rst @@ -1,6 +1,6 @@ -============================================================ -Teil 1 Warum Unternehmen eine Suchinfrastruktur brauchen -- Herausforderungen der Wissensnutzung im Zeitalter der Informationsflut -============================================================ +======================================================== +Teil 1 Warum Unternehmen eine Suchinfrastruktur brauchen +======================================================== Einleitung ========== diff --git a/de/articles/guide-02.rst b/de/articles/guide-02.rst index 1c6cba9f6..f0b09f8e5 100644 --- a/de/articles/guide-02.rst +++ b/de/articles/guide-02.rst @@ -1,6 +1,6 @@ -============================================================ -Teil 2: Das Sucherlebnis in 5 Minuten -- Erster Kontakt mit Fess per Docker Compose -============================================================ +===================================== +Teil 2: Das Sucherlebnis in 5 Minuten +===================================== Einleitung ========== diff --git a/de/articles/guide-03.rst b/de/articles/guide-03.rst index 60b6c30fd..825468682 100644 --- a/de/articles/guide-03.rst +++ b/de/articles/guide-03.rst @@ -1,6 +1,6 @@ -============================================================ -Teil 3: Suche in ein internes Portal einbetten -- Szenario zur Integration einer Suchfunktion in bestehende Websites -============================================================ +============================================== +Teil 3: Suche in ein internes Portal einbetten +============================================== Einleitung ========== diff --git a/de/articles/guide-04.rst b/de/articles/guide-04.rst index 55c2eac4a..c2f6db439 100644 --- a/de/articles/guide-04.rst +++ b/de/articles/guide-04.rst @@ -1,6 +1,6 @@ -============================================================ -Teil 4 Verstreute Dateien zentral durchsuchen -- Quellenuebergreifende Suche in Multi-Source-Umgebungen -============================================================ +============================================= +Teil 4 Verstreute Dateien zentral durchsuchen +============================================= Einfuehrung ============ diff --git a/de/articles/guide-05.rst b/de/articles/guide-05.rst index 9896b9602..59f90d131 100644 --- a/de/articles/guide-05.rst +++ b/de/articles/guide-05.rst @@ -1,6 +1,6 @@ -=========================================================================== -Teil 5: Informationen personenbezogen bereitstellen -- Abteilungs- und berechtigungsbasierte Steuerung der Suchergebnisse -=========================================================================== +=================================================== +Teil 5: Informationen personenbezogen bereitstellen +=================================================== Einleitung ========== diff --git a/de/articles/guide-06.rst b/de/articles/guide-06.rst index e053eb22f..c13fa5ce9 100644 --- a/de/articles/guide-06.rst +++ b/de/articles/guide-06.rst @@ -1,6 +1,6 @@ -============================================================ -Teil 6: Knowledge-Hub fuer Entwicklungsteams -- Integrierte Suche ueber Code, Wiki und Tickets -============================================================ +============================================ +Teil 6: Knowledge-Hub fuer Entwicklungsteams +============================================ Einfuehrung ============ diff --git a/de/articles/guide-07.rst b/de/articles/guide-07.rst index 208ef1a8f..a03d90c0e 100644 --- a/de/articles/guide-07.rst +++ b/de/articles/guide-07.rst @@ -1,6 +1,6 @@ -============================================================ -Teil 7 Suchstrategien im Zeitalter von Cloud-Speicher -- Dienstuebergreifende Suche in Google Drive, SharePoint und Box -============================================================ +===================================================== +Teil 7 Suchstrategien im Zeitalter von Cloud-Speicher +===================================================== Einfuehrung ============ diff --git a/de/articles/guide-08.rst b/de/articles/guide-08.rst index 4700915f9..ec3f10c80 100644 --- a/de/articles/guide-08.rst +++ b/de/articles/guide-08.rst @@ -1,6 +1,6 @@ -============================================================ -Teil 8: Suchqualitat pflegen -- Ein Suchtuning-Zyklus auf Basis von Nutzerverhaltendaten -============================================================ +============================ +Teil 8: Suchqualitat pflegen +============================ Einleitung ========== diff --git a/de/articles/guide-09.rst b/de/articles/guide-09.rst index 09b573f77..050067075 100644 --- a/de/articles/guide-09.rst +++ b/de/articles/guide-09.rst @@ -1,6 +1,6 @@ -=========================================================================== -Teil 9: Suchinfrastruktur fuer mehrsprachige Organisationen -- Aufbau einer Umgebung zur korrekten Suche in japanischen, englischen und chinesischen Dokumenten -=========================================================================== +=========================================================== +Teil 9: Suchinfrastruktur fuer mehrsprachige Organisationen +=========================================================== Einfuehrung ============ diff --git a/de/articles/guide-10.rst b/de/articles/guide-10.rst index 0254eb8ad..3f711d439 100644 --- a/de/articles/guide-10.rst +++ b/de/articles/guide-10.rst @@ -1,6 +1,6 @@ -=========================================================================== -Teil 10: Stabiler Betrieb eines Suchsystems -- Monitoring, Backup und Störungsbehebung in der Praxis -=========================================================================== +=========================================== +Teil 10: Stabiler Betrieb eines Suchsystems +=========================================== Einleitung ========== diff --git a/de/articles/guide-11.rst b/de/articles/guide-11.rst index 5b58f1c1a..47b6fee70 100644 --- a/de/articles/guide-11.rst +++ b/de/articles/guide-11.rst @@ -1,6 +1,6 @@ -=========================================================================== -Teil 11: Bestehende Systeme mit der Such-API erweitern -- Integrationsmuster fuer CRM und interne Systeme -=========================================================================== +====================================================== +Teil 11: Bestehende Systeme mit der Such-API erweitern +====================================================== Einfuehrung ============ diff --git a/de/articles/guide-12.rst b/de/articles/guide-12.rst index b2e2093e6..d7e6a26c6 100644 --- a/de/articles/guide-12.rst +++ b/de/articles/guide-12.rst @@ -1,6 +1,6 @@ -============================================================ -Teil 12: SaaS-Daten durchsuchbar machen -- Integrationsszenarien mit Salesforce und Datenbanken -============================================================ +======================================= +Teil 12: SaaS-Daten durchsuchbar machen +======================================= Einleitung ========== diff --git a/de/articles/guide-13.rst b/de/articles/guide-13.rst index a7f3259b2..e4ad585ed 100644 --- a/de/articles/guide-13.rst +++ b/de/articles/guide-13.rst @@ -1,6 +1,6 @@ -============================================================ -Teil 13: Multi-Tenant-Suchplattform -- Eine einzelne Fess-Instanz fuer mehrere Organisationen -============================================================ +=================================== +Teil 13: Multi-Tenant-Suchplattform +=================================== Einfuehrung ============ diff --git a/de/articles/guide-14.rst b/de/articles/guide-14.rst index f064d0489..da86e76af 100644 --- a/de/articles/guide-14.rst +++ b/de/articles/guide-14.rst @@ -1,6 +1,6 @@ -============================================================ -Teil 14: Skalierungsstrategien fuer Suchsysteme -- Schrittweise Erweiterung von klein zu gross -============================================================ +=============================================== +Teil 14: Skalierungsstrategien fuer Suchsysteme +=============================================== Einfuehrung ============ diff --git a/de/articles/guide-15.rst b/de/articles/guide-15.rst index 41ec9cf28..eb3690e23 100644 --- a/de/articles/guide-15.rst +++ b/de/articles/guide-15.rst @@ -1,6 +1,6 @@ -============================================================ -Teil 15: Sichere Suchinfrastruktur -- SSO-Integration und Suchzugriffskontrolle in einer Zero-Trust-Umgebung -============================================================ +================================== +Teil 15: Sichere Suchinfrastruktur +================================== Einleitung ========== diff --git a/de/articles/guide-16.rst b/de/articles/guide-16.rst index f41a5a314..fc055c44b 100644 --- a/de/articles/guide-16.rst +++ b/de/articles/guide-16.rst @@ -1,6 +1,6 @@ -============================================================ -Teil 16: Automatisierung der Suchinfrastruktur -- Verwaltung mit CI/CD-Pipelines und Infrastructure as Code -============================================================ +============================================== +Teil 16: Automatisierung der Suchinfrastruktur +============================================== Einleitung ========== diff --git a/de/articles/guide-17.rst b/de/articles/guide-17.rst index 15e824418..82c4d9a4d 100644 --- a/de/articles/guide-17.rst +++ b/de/articles/guide-17.rst @@ -1,6 +1,6 @@ -============================================================ -Teil 17: Suche mit Plugins erweitern -- Implementierung benutzerdefinierter Datenquellen und Ingest-Pipelines -============================================================ +==================================== +Teil 17: Suche mit Plugins erweitern +==================================== Einleitung ========== diff --git a/de/articles/guide-18.rst b/de/articles/guide-18.rst index c30220929..6e632ddfe 100644 --- a/de/articles/guide-18.rst +++ b/de/articles/guide-18.rst @@ -1,6 +1,6 @@ -============================================================ -Teil 18: Grundlagen der KI-Suche -- Entwicklung von der Schluesselwortsuche zur semantischen Suche -============================================================ +================================ +Teil 18: Grundlagen der KI-Suche +================================ Einfuehrung ============ diff --git a/de/articles/guide-19.rst b/de/articles/guide-19.rst index e6cb8fc22..7eb8bdec3 100644 --- a/de/articles/guide-19.rst +++ b/de/articles/guide-19.rst @@ -1,6 +1,6 @@ -============================================================ -Teil 19: Aufbau eines internen KI-Assistenten -- Ein suchbasiertes Frage-Antwort-System mit RAG -============================================================ +============================================= +Teil 19: Aufbau eines internen KI-Assistenten +============================================= Einleitung ========== diff --git a/de/articles/guide-20.rst b/de/articles/guide-20.rst index 3cc222228..b0b29a21c 100644 --- a/de/articles/guide-20.rst +++ b/de/articles/guide-20.rst @@ -1,6 +1,6 @@ -============================================================ -Teil 20: KI-Agenten mit der Suche verbinden -- Fess über MCP-Server in externe KI-Tools integrieren -============================================================ +=========================================== +Teil 20: KI-Agenten mit der Suche verbinden +=========================================== Einführung ========== diff --git a/de/articles/guide-21.rst b/de/articles/guide-21.rst index 849554038..7fcca816e 100644 --- a/de/articles/guide-21.rst +++ b/de/articles/guide-21.rst @@ -1,6 +1,6 @@ -============================================================ -Teil 21: Bilder und Text uebergreifend durchsuchen -- Wissensmanagement der naechsten Generation mit multimodaler Suche -============================================================ +================================================== +Teil 21: Bilder und Text uebergreifend durchsuchen +================================================== Einfuehrung ============ diff --git a/de/articles/guide-22.rst b/de/articles/guide-22.rst index 553ca9d92..41ce07bf9 100644 --- a/de/articles/guide-22.rst +++ b/de/articles/guide-22.rst @@ -1,6 +1,6 @@ -============================================================ -Teil 22: Eine Wissenslandkarte der Organisation aus Suchdaten zeichnen -- Informationsnutzung im Analyse-Dashboard verstehen -============================================================ +====================================================================== +Teil 22: Eine Wissenslandkarte der Organisation aus Suchdaten zeichnen +====================================================================== Einleitung ========== diff --git a/de/articles/guide-23.rst b/de/articles/guide-23.rst index 70485db9e..93f376b60 100644 --- a/de/articles/guide-23.rst +++ b/de/articles/guide-23.rst @@ -1,5 +1,5 @@ ============================================================ -Teil 23: Blaupause einer unternehmensweiten Wissensplattform -- Grand Design einer auf Fess basierenden Infrastruktur zur Informationsnutzung +Teil 23: Blaupause einer unternehmensweiten Wissensplattform ============================================================ Einleitung diff --git a/en/articles/guide-01.rst b/en/articles/guide-01.rst index d0a1675fa..046664ae6 100644 --- a/en/articles/guide-01.rst +++ b/en/articles/guide-01.rst @@ -1,6 +1,6 @@ -=========================================================================== -Part 1: Why Enterprises Need Search -- Knowledge Utilization in the Age of Information Overload -=========================================================================== +=================================== +Part 1: Why Enterprises Need Search +=================================== Introduction ============ diff --git a/en/articles/guide-02.rst b/en/articles/guide-02.rst index 8748a7934..0c02e76cb 100644 --- a/en/articles/guide-02.rst +++ b/en/articles/guide-02.rst @@ -1,6 +1,6 @@ -============================================================ -Part 2: A 5-Minute Search Experience -- First Contact with Fess Using Docker Compose -============================================================ +==================================== +Part 2: A 5-Minute Search Experience +==================================== Introduction ============ diff --git a/en/articles/guide-03.rst b/en/articles/guide-03.rst index 6bff5708a..9cbf926c2 100644 --- a/en/articles/guide-03.rst +++ b/en/articles/guide-03.rst @@ -1,6 +1,6 @@ -============================================================ -Part 3: Embedding Search into an Internal Portal -- Adding Search to Existing Websites -============================================================ +================================================ +Part 3: Embedding Search into an Internal Portal +================================================ Introduction ============ diff --git a/en/articles/guide-04.rst b/en/articles/guide-04.rst index e4b4ba089..57f44dd76 100644 --- a/en/articles/guide-04.rst +++ b/en/articles/guide-04.rst @@ -1,6 +1,6 @@ -============================================================ -Part 4: Unified Search Across Scattered Files -- Building Cross-Search for Multi-Source Environments -============================================================ +============================================= +Part 4: Unified Search Across Scattered Files +============================================= Introduction ============ diff --git a/en/articles/guide-05.rst b/en/articles/guide-05.rst index 1c1100583..d428bffd6 100644 --- a/en/articles/guide-05.rst +++ b/en/articles/guide-05.rst @@ -1,6 +1,6 @@ -=========================================================================== -Part 5: Tailoring Search to Users -- Role-Based Search Result Control -=========================================================================== +================================= +Part 5: Tailoring Search to Users +================================= Introduction ============ diff --git a/en/articles/guide-06.rst b/en/articles/guide-06.rst index cffdd789b..3ac27cacf 100644 --- a/en/articles/guide-06.rst +++ b/en/articles/guide-06.rst @@ -1,6 +1,6 @@ -============================================================ -Part 6: A Knowledge Hub for Development Teams -- Unified Search Across Code, Wiki, and Tickets -============================================================ +============================================= +Part 6: A Knowledge Hub for Development Teams +============================================= Introduction ============ diff --git a/en/articles/guide-07.rst b/en/articles/guide-07.rst index 26800f622..eab4884f9 100644 --- a/en/articles/guide-07.rst +++ b/en/articles/guide-07.rst @@ -1,6 +1,6 @@ -============================================================ -Part 7: Search Strategy for the Cloud Storage Era -- Cross-Search Across Google Drive, SharePoint, and Box -============================================================ +================================================= +Part 7: Search Strategy for the Cloud Storage Era +================================================= Introduction ============ diff --git a/en/articles/guide-08.rst b/en/articles/guide-08.rst index 44538b4fb..f63478941 100644 --- a/en/articles/guide-08.rst +++ b/en/articles/guide-08.rst @@ -1,6 +1,6 @@ -============================================================ -Part 8: Growing Search Quality -- A Search Tuning Cycle Based on User Behavior Data -============================================================ +============================== +Part 8: Growing Search Quality +============================== Introduction ============ diff --git a/en/articles/guide-09.rst b/en/articles/guide-09.rst index c04e0981c..03fbc2905 100644 --- a/en/articles/guide-09.rst +++ b/en/articles/guide-09.rst @@ -1,6 +1,6 @@ -=========================================================================== -Part 9: Search Infrastructure for Multilingual Organizations -- Building an Environment to Properly Search Documents in Japanese, English, and Chinese -=========================================================================== +============================================================ +Part 9: Search Infrastructure for Multilingual Organizations +============================================================ Introduction ============ diff --git a/en/articles/guide-10.rst b/en/articles/guide-10.rst index bcd5820cd..443041c2c 100644 --- a/en/articles/guide-10.rst +++ b/en/articles/guide-10.rst @@ -1,6 +1,6 @@ -=========================================================================== -Part 10: Stable Operation of a Search System -- Monitoring, Backup, and Failure Recovery in Practice -=========================================================================== +============================================ +Part 10: Stable Operation of a Search System +============================================ Introduction ============ diff --git a/en/articles/guide-11.rst b/en/articles/guide-11.rst index ce330f52c..9f85c86ff 100644 --- a/en/articles/guide-11.rst +++ b/en/articles/guide-11.rst @@ -1,6 +1,6 @@ -=========================================================================== -Part 11: Extending Existing Systems with the Search API -- Integration Patterns for CRM and Internal Systems -=========================================================================== +======================================================= +Part 11: Extending Existing Systems with the Search API +======================================================= Introduction ============ diff --git a/en/articles/guide-12.rst b/en/articles/guide-12.rst index 4dd819a3c..a28b47550 100644 --- a/en/articles/guide-12.rst +++ b/en/articles/guide-12.rst @@ -1,6 +1,6 @@ -============================================================ -Part 12: Making SaaS Data Searchable -- Integration Scenarios with Salesforce and Databases -============================================================ +==================================== +Part 12: Making SaaS Data Searchable +==================================== Introduction ============ diff --git a/en/articles/guide-13.rst b/en/articles/guide-13.rst index 9dc5250b2..af8becd91 100644 --- a/en/articles/guide-13.rst +++ b/en/articles/guide-13.rst @@ -1,6 +1,6 @@ -============================================================ -Part 13: Multi-Tenant Search Platform -- Designing a Single Fess Instance to Serve Multiple Organizations -============================================================ +===================================== +Part 13: Multi-Tenant Search Platform +===================================== Introduction ============ diff --git a/en/articles/guide-14.rst b/en/articles/guide-14.rst index 6e96f9ef5..07c402f49 100644 --- a/en/articles/guide-14.rst +++ b/en/articles/guide-14.rst @@ -1,6 +1,6 @@ -============================================================ -Part 14: Scaling Strategies for Search Systems -- Gradual Expansion from Small to Large Scale -============================================================ +============================================== +Part 14: Scaling Strategies for Search Systems +============================================== Introduction ============ diff --git a/en/articles/guide-15.rst b/en/articles/guide-15.rst index 5a589ca61..f264400d2 100644 --- a/en/articles/guide-15.rst +++ b/en/articles/guide-15.rst @@ -1,6 +1,6 @@ -============================================================ -Part 15: Secure Search Infrastructure -- SSO Integration and Search Access Control in a Zero Trust Environment -============================================================ +===================================== +Part 15: Secure Search Infrastructure +===================================== Introduction ============ diff --git a/en/articles/guide-16.rst b/en/articles/guide-16.rst index 9a79f8d11..ba7844101 100644 --- a/en/articles/guide-16.rst +++ b/en/articles/guide-16.rst @@ -1,6 +1,6 @@ -============================================================ -Part 16: Search Infrastructure Automation -- Management with CI/CD Pipelines and Infrastructure as Code -============================================================ +========================================= +Part 16: Search Infrastructure Automation +========================================= Introduction ============ diff --git a/en/articles/guide-17.rst b/en/articles/guide-17.rst index 6a6edb298..59f5aec79 100644 --- a/en/articles/guide-17.rst +++ b/en/articles/guide-17.rst @@ -1,6 +1,6 @@ -============================================================ -Part 17: Extending Search with Plugins -- Implementing Custom Data Sources and Ingest Pipelines -============================================================ +====================================== +Part 17: Extending Search with Plugins +====================================== Introduction ============ diff --git a/en/articles/guide-18.rst b/en/articles/guide-18.rst index 3273386db..86019e3be 100644 --- a/en/articles/guide-18.rst +++ b/en/articles/guide-18.rst @@ -1,6 +1,6 @@ -============================================================ -Part 18: Fundamentals of AI Search -- Evolution from Keyword Search to Semantic Search -============================================================ +================================== +Part 18: Fundamentals of AI Search +================================== Introduction ============ diff --git a/en/articles/guide-19.rst b/en/articles/guide-19.rst index e28527faf..af52859ad 100644 --- a/en/articles/guide-19.rst +++ b/en/articles/guide-19.rst @@ -1,6 +1,6 @@ -============================================================ -Part 19: Building an Internal AI Assistant -- A Search-Based Q&A System Powered by RAG -============================================================ +========================================== +Part 19: Building an Internal AI Assistant +========================================== Introduction ============ diff --git a/en/articles/guide-20.rst b/en/articles/guide-20.rst index f8bbe1aab..de860b51f 100644 --- a/en/articles/guide-20.rst +++ b/en/articles/guide-20.rst @@ -1,6 +1,6 @@ -============================================================ -Part 20: Connecting AI Agents with Search -- Integrating Fess into External AI Tools via MCP Server -============================================================ +========================================= +Part 20: Connecting AI Agents with Search +========================================= Introduction ============ diff --git a/en/articles/guide-21.rst b/en/articles/guide-21.rst index c9d7e6666..1904c1ee7 100644 --- a/en/articles/guide-21.rst +++ b/en/articles/guide-21.rst @@ -1,6 +1,6 @@ -============================================================ -Part 21: Cross-Searching Images and Text -- Next-Generation Knowledge Management with Multimodal Search -============================================================ +======================================== +Part 21: Cross-Searching Images and Text +======================================== Introduction ============ diff --git a/en/articles/guide-22.rst b/en/articles/guide-22.rst index 0f2b56184..33283f664 100644 --- a/en/articles/guide-22.rst +++ b/en/articles/guide-22.rst @@ -1,6 +1,6 @@ -============================================================ -Part 22: Drawing an Organizational Knowledge Map from Search Data -- Understanding Information Utilization through the Analytics Dashboard -============================================================ +================================================================= +Part 22: Drawing an Organizational Knowledge Map from Search Data +================================================================= Introduction ============ diff --git a/en/articles/guide-23.rst b/en/articles/guide-23.rst index 2875c7d72..dbcb26471 100644 --- a/en/articles/guide-23.rst +++ b/en/articles/guide-23.rst @@ -1,6 +1,6 @@ -============================================================ -Part 23: Blueprint for a Company-Wide Knowledge Platform -- Grand Design for an Information Utilization Infrastructure Centered on Fess -============================================================ +======================================================== +Part 23: Blueprint for a Company-Wide Knowledge Platform +======================================================== Introduction ============ diff --git a/es/articles/guide-01.rst b/es/articles/guide-01.rst index 30fe9445d..a6c5bdecf 100644 --- a/es/articles/guide-01.rst +++ b/es/articles/guide-01.rst @@ -1,6 +1,6 @@ -============================================================ -Parte 1 Por que las empresas necesitan busqueda -- Desafios del aprovechamiento del conocimiento en la era de la sobrecarga de informacion -============================================================ +=============================================== +Parte 1 Por que las empresas necesitan busqueda +=============================================== Introduccion ============ diff --git a/es/articles/guide-02.rst b/es/articles/guide-02.rst index 7b2fafe23..e87289245 100644 --- a/es/articles/guide-02.rst +++ b/es/articles/guide-02.rst @@ -1,6 +1,6 @@ -============================================================ -Parte 2: Experiencia de busqueda en 5 minutos -- Primer contacto con Fess usando Docker Compose -============================================================ +============================================= +Parte 2: Experiencia de busqueda en 5 minutos +============================================= Introduccion ============ diff --git a/es/articles/guide-03.rst b/es/articles/guide-03.rst index 902d36ecd..d68573995 100644 --- a/es/articles/guide-03.rst +++ b/es/articles/guide-03.rst @@ -1,6 +1,6 @@ -============================================================ -Parte 3: Integrar la búsqueda en un portal corporativo -- Escenario para agregar funcionalidad de búsqueda a un sitio web existente -============================================================ +====================================================== +Parte 3: Integrar la búsqueda en un portal corporativo +====================================================== Introducción ============ diff --git a/es/articles/guide-04.rst b/es/articles/guide-04.rst index 852ca9b94..6d4bb6848 100644 --- a/es/articles/guide-04.rst +++ b/es/articles/guide-04.rst @@ -1,6 +1,6 @@ -============================================================ -Parte 4: Buscar archivos dispersos de forma centralizada -- Construir una busqueda transversal en un entorno multiorigen -============================================================ +======================================================== +Parte 4: Buscar archivos dispersos de forma centralizada +======================================================== Introduccion ============ diff --git a/es/articles/guide-05.rst b/es/articles/guide-05.rst index d1106f65c..60763e403 100644 --- a/es/articles/guide-05.rst +++ b/es/articles/guide-05.rst @@ -1,6 +1,6 @@ -==================================================================================== -Parte 5: Adaptarse a quienes buscan -- Control de resultados por departamento y permisos -==================================================================================== +=================================== +Parte 5: Adaptarse a quienes buscan +=================================== Introducción ============ diff --git a/es/articles/guide-06.rst b/es/articles/guide-06.rst index 89454448d..49dd0669c 100644 --- a/es/articles/guide-06.rst +++ b/es/articles/guide-06.rst @@ -1,6 +1,6 @@ -============================================================ -Parte 6: Hub de conocimiento para equipos de desarrollo -- Entorno de busqueda integrada de codigo, Wiki y tickets -============================================================ +======================================================= +Parte 6: Hub de conocimiento para equipos de desarrollo +======================================================= Introduccion ============ diff --git a/es/articles/guide-07.rst b/es/articles/guide-07.rst index aa4473df2..193aad698 100644 --- a/es/articles/guide-07.rst +++ b/es/articles/guide-07.rst @@ -1,6 +1,6 @@ -============================================================ -Parte 7: Estrategia de busqueda en la era del almacenamiento en la nube -- Busqueda cruzada en Google Drive, SharePoint y Box -============================================================ +======================================================================= +Parte 7: Estrategia de busqueda en la era del almacenamiento en la nube +======================================================================= Introduccion ============ diff --git a/es/articles/guide-08.rst b/es/articles/guide-08.rst index 89bfcc06f..99e67c67c 100644 --- a/es/articles/guide-08.rst +++ b/es/articles/guide-08.rst @@ -1,6 +1,6 @@ -============================================================ -Parte 8: Cultivar la calidad de busqueda -- Un ciclo de ajuste de busqueda basado en datos de comportamiento del usuario -============================================================ +======================================== +Parte 8: Cultivar la calidad de busqueda +======================================== Introduccion ============ diff --git a/es/articles/guide-09.rst b/es/articles/guide-09.rst index 03eae7a43..1af2335a9 100644 --- a/es/articles/guide-09.rst +++ b/es/articles/guide-09.rst @@ -1,6 +1,6 @@ -=========================================================================== -Parte 9: Infraestructura de busqueda para organizaciones multilingues -- Construccion de un entorno para buscar correctamente documentos en japones, ingles y chino -=========================================================================== +===================================================================== +Parte 9: Infraestructura de busqueda para organizaciones multilingues +===================================================================== Introduccion ============= diff --git a/es/articles/guide-10.rst b/es/articles/guide-10.rst index a93c9cd6e..339c63c53 100644 --- a/es/articles/guide-10.rst +++ b/es/articles/guide-10.rst @@ -1,6 +1,6 @@ -=========================================================================== -Parte 10: Operacion estable de un sistema de busqueda -- Monitorizacion, copias de seguridad y recuperacion ante fallos en la practica -=========================================================================== +===================================================== +Parte 10: Operacion estable de un sistema de busqueda +===================================================== Introduccion ============= diff --git a/es/articles/guide-11.rst b/es/articles/guide-11.rst index dda47eef9..c273470be 100644 --- a/es/articles/guide-11.rst +++ b/es/articles/guide-11.rst @@ -1,6 +1,6 @@ -=========================================================================== -Parte 11: Ampliar sistemas existentes con la API de busqueda -- Patrones de integracion con CRM y sistemas internos -=========================================================================== +============================================================ +Parte 11: Ampliar sistemas existentes con la API de busqueda +============================================================ Introduccion ============= diff --git a/es/articles/guide-12.rst b/es/articles/guide-12.rst index 94196be8e..473b788dd 100644 --- a/es/articles/guide-12.rst +++ b/es/articles/guide-12.rst @@ -1,6 +1,6 @@ -============================================================ -Parte 12: Hacer los datos SaaS buscables -- Escenarios de integracion con Salesforce y bases de datos -============================================================ +======================================== +Parte 12: Hacer los datos SaaS buscables +======================================== Introduccion ============= diff --git a/es/articles/guide-13.rst b/es/articles/guide-13.rst index 152e51fbc..ef2e0c7b8 100644 --- a/es/articles/guide-13.rst +++ b/es/articles/guide-13.rst @@ -1,6 +1,6 @@ -============================================================ -Parte 13: Plataforma de busqueda multi-tenant -- Diseno de una unica instancia de Fess para servir a multiples organizaciones -============================================================ +============================================= +Parte 13: Plataforma de busqueda multi-tenant +============================================= Introduccion ============= diff --git a/es/articles/guide-14.rst b/es/articles/guide-14.rst index a50c76e2c..af9612f69 100644 --- a/es/articles/guide-14.rst +++ b/es/articles/guide-14.rst @@ -1,6 +1,6 @@ -============================================================ -Parte 14: Estrategias de escalado para sistemas de busqueda -- Expansion gradual de pequena a gran escala -============================================================ +=========================================================== +Parte 14: Estrategias de escalado para sistemas de busqueda +=========================================================== Introduccion ============= diff --git a/es/articles/guide-15.rst b/es/articles/guide-15.rst index 609ddee64..63644608f 100644 --- a/es/articles/guide-15.rst +++ b/es/articles/guide-15.rst @@ -1,6 +1,6 @@ -============================================================ -Parte 15: Infraestructura de busqueda segura -- Integracion SSO y control de acceso a la busqueda en un entorno de confianza cero -============================================================ +============================================ +Parte 15: Infraestructura de busqueda segura +============================================ Introduccion ============= diff --git a/es/articles/guide-16.rst b/es/articles/guide-16.rst index 12e948c75..a95126a81 100644 --- a/es/articles/guide-16.rst +++ b/es/articles/guide-16.rst @@ -1,6 +1,6 @@ -============================================================ -Parte 16: Automatizacion de la infraestructura de busqueda -- Gestion con pipelines CI/CD e Infrastructure as Code -============================================================ +========================================================== +Parte 16: Automatizacion de la infraestructura de busqueda +========================================================== Introduccion ============= diff --git a/es/articles/guide-17.rst b/es/articles/guide-17.rst index d7eeab37d..3a0aba48c 100644 --- a/es/articles/guide-17.rst +++ b/es/articles/guide-17.rst @@ -1,6 +1,6 @@ -============================================================ -Parte 17: Extender la busqueda con plugins -- Implementacion de fuentes de datos personalizadas y pipelines de Ingest -============================================================ +========================================== +Parte 17: Extender la busqueda con plugins +========================================== Introduccion ============ diff --git a/es/articles/guide-18.rst b/es/articles/guide-18.rst index e11173e24..745da39d9 100644 --- a/es/articles/guide-18.rst +++ b/es/articles/guide-18.rst @@ -1,6 +1,6 @@ -============================================================ -Parte 18: Fundamentos de la busqueda con IA -- Evolucion de la busqueda por palabras clave a la busqueda semantica -============================================================ +=========================================== +Parte 18: Fundamentos de la busqueda con IA +=========================================== Introduccion ============= diff --git a/es/articles/guide-19.rst b/es/articles/guide-19.rst index d1fe52577..df50316d9 100644 --- a/es/articles/guide-19.rst +++ b/es/articles/guide-19.rst @@ -1,6 +1,6 @@ -============================================================ -Parte 19: Construcción de un asistente de IA interno -- Un sistema de preguntas y respuestas basado en búsqueda con RAG -============================================================ +==================================================== +Parte 19: Construcción de un asistente de IA interno +==================================================== Introducción ============ diff --git a/es/articles/guide-20.rst b/es/articles/guide-20.rst index bc8b4d33d..01900ccb9 100644 --- a/es/articles/guide-20.rst +++ b/es/articles/guide-20.rst @@ -1,6 +1,6 @@ -============================================================ -Parte 20: Conectar agentes de IA con la busqueda -- Integrar Fess en herramientas de IA externas mediante el servidor MCP -============================================================ +================================================ +Parte 20: Conectar agentes de IA con la busqueda +================================================ Introduccion ============ diff --git a/es/articles/guide-21.rst b/es/articles/guide-21.rst index de6fb79f2..4a03cd9a0 100644 --- a/es/articles/guide-21.rst +++ b/es/articles/guide-21.rst @@ -1,6 +1,6 @@ -============================================================ -Parte 21: Busqueda cruzada de imagenes y texto -- Gestion del conocimiento de nueva generacion con busqueda multimodal -============================================================ +============================================== +Parte 21: Busqueda cruzada de imagenes y texto +============================================== Introduccion ============= diff --git a/es/articles/guide-22.rst b/es/articles/guide-22.rst index 254b48480..916196a02 100644 --- a/es/articles/guide-22.rst +++ b/es/articles/guide-22.rst @@ -1,6 +1,6 @@ -============================================================ -Parte 22: Dibujando un mapa de conocimiento organizacional a partir de datos de busqueda -- Comprendiendo el uso de la informacion a traves del panel de analisis -============================================================ +======================================================================================== +Parte 22: Dibujando un mapa de conocimiento organizacional a partir de datos de busqueda +======================================================================================== Introduccion ============= diff --git a/es/articles/guide-23.rst b/es/articles/guide-23.rst index 87194c772..78b9e058b 100644 --- a/es/articles/guide-23.rst +++ b/es/articles/guide-23.rst @@ -1,6 +1,6 @@ -============================================================ -Parte 23: Plano de una plataforma de conocimiento empresarial -- Gran diseno de una infraestructura de aprovechamiento de la informacion centrada en Fess -============================================================ +============================================================= +Parte 23: Plano de una plataforma de conocimiento empresarial +============================================================= Introduccion ============ diff --git a/fr/articles/guide-01.rst b/fr/articles/guide-01.rst index 578ed970c..98332fc8d 100644 --- a/fr/articles/guide-01.rst +++ b/fr/articles/guide-01.rst @@ -1,6 +1,6 @@ -============================================================ -Partie 1 Pourquoi la recherche est-elle essentielle en entreprise -- Les défis de l'exploitation des connaissances à l'ère de la surcharge informationnelle -============================================================ +================================================================= +Partie 1 Pourquoi la recherche est-elle essentielle en entreprise +================================================================= Introduction ============ diff --git a/fr/articles/guide-02.rst b/fr/articles/guide-02.rst index b78f89267..4add38c3f 100644 --- a/fr/articles/guide-02.rst +++ b/fr/articles/guide-02.rst @@ -1,6 +1,6 @@ -============================================================ -Partie 2 : Decouvrir la recherche en 5 minutes -- Premier contact avec Fess via Docker Compose -============================================================ +============================================== +Partie 2 : Decouvrir la recherche en 5 minutes +============================================== Introduction ============ diff --git a/fr/articles/guide-03.rst b/fr/articles/guide-03.rst index 147caa399..7df31c77c 100644 --- a/fr/articles/guide-03.rst +++ b/fr/articles/guide-03.rst @@ -1,6 +1,6 @@ -============================================================ -Partie 3 : Intégrer la recherche dans un portail interne -- Ajout d'une fonction de recherche à un site Web existant -============================================================ +======================================================== +Partie 3 : Intégrer la recherche dans un portail interne +======================================================== Introduction ============ diff --git a/fr/articles/guide-04.rst b/fr/articles/guide-04.rst index a453f0353..9a5e58b9c 100644 --- a/fr/articles/guide-04.rst +++ b/fr/articles/guide-04.rst @@ -1,6 +1,6 @@ -============================================================ -Partie 4 : Recherche unifiee dans des fichiers disperses -- Construire une recherche transversale dans un environnement multi-sources -============================================================ +======================================================== +Partie 4 : Recherche unifiee dans des fichiers disperses +======================================================== Introduction ============ diff --git a/fr/articles/guide-05.rst b/fr/articles/guide-05.rst index 0306265ef..1a33293d6 100644 --- a/fr/articles/guide-05.rst +++ b/fr/articles/guide-05.rst @@ -1,6 +1,6 @@ -============================================================================================ -Partie 5 : Adapter la recherche aux utilisateurs -- Contrôle des résultats par service et par droits d'accès -============================================================================================ +================================================ +Partie 5 : Adapter la recherche aux utilisateurs +================================================ Introduction ============ diff --git a/fr/articles/guide-06.rst b/fr/articles/guide-06.rst index 387bd0064..0f92a6446 100644 --- a/fr/articles/guide-06.rst +++ b/fr/articles/guide-06.rst @@ -1,6 +1,6 @@ -============================================================ -Partie 6 : Hub de connaissances pour les equipes de developpement -- Recherche unifiee dans le code, les wikis et les tickets -============================================================ +================================================================= +Partie 6 : Hub de connaissances pour les equipes de developpement +================================================================= Introduction ============ diff --git a/fr/articles/guide-07.rst b/fr/articles/guide-07.rst index 27fbe34c5..19230091c 100644 --- a/fr/articles/guide-07.rst +++ b/fr/articles/guide-07.rst @@ -1,5 +1,5 @@ ============================================================ -Partie 7 : Strategies de recherche a l'ere du stockage cloud -- Recherche transversale sur Google Drive, SharePoint et Box +Partie 7 : Strategies de recherche a l'ere du stockage cloud ============================================================ Introduction diff --git a/fr/articles/guide-08.rst b/fr/articles/guide-08.rst index a587d12a2..a50204687 100644 --- a/fr/articles/guide-08.rst +++ b/fr/articles/guide-08.rst @@ -1,6 +1,6 @@ -============================================================ -Partie 8 : Cultiver la qualite de recherche -- Un cycle d'ajustement de recherche base sur les donnees de comportement des utilisateurs -============================================================ +=========================================== +Partie 8 : Cultiver la qualite de recherche +=========================================== Introduction ============ diff --git a/fr/articles/guide-09.rst b/fr/articles/guide-09.rst index a594bc933..4a2dfaaec 100644 --- a/fr/articles/guide-09.rst +++ b/fr/articles/guide-09.rst @@ -1,6 +1,6 @@ -=========================================================================== -Partie 9 : Infrastructure de recherche pour les organisations multilingues -- Mise en place d'un environnement pour rechercher correctement des documents en japonais, anglais et chinois -=========================================================================== +========================================================================== +Partie 9 : Infrastructure de recherche pour les organisations multilingues +========================================================================== Introduction ============= diff --git a/fr/articles/guide-10.rst b/fr/articles/guide-10.rst index 16eeab585..4191e2806 100644 --- a/fr/articles/guide-10.rst +++ b/fr/articles/guide-10.rst @@ -1,6 +1,6 @@ -=========================================================================== -Partie 10 : Exploitation stable d'un systeme de recherche -- Surveillance, sauvegarde et gestion des pannes en pratique -=========================================================================== +========================================================= +Partie 10 : Exploitation stable d'un systeme de recherche +========================================================= Introduction ============= diff --git a/fr/articles/guide-11.rst b/fr/articles/guide-11.rst index d3ce9307a..0106607e3 100644 --- a/fr/articles/guide-11.rst +++ b/fr/articles/guide-11.rst @@ -1,6 +1,6 @@ -=========================================================================== -Partie 11 : Etendre les systemes existants avec l'API de recherche -- Recueil de patrons d'integration avec CRM et systemes internes -=========================================================================== +================================================================== +Partie 11 : Etendre les systemes existants avec l'API de recherche +================================================================== Introduction ============= diff --git a/fr/articles/guide-12.rst b/fr/articles/guide-12.rst index dec90f1a4..4eaa009a9 100644 --- a/fr/articles/guide-12.rst +++ b/fr/articles/guide-12.rst @@ -1,6 +1,6 @@ -============================================================ -Partie 12 : Rendre les donnees SaaS recherchables -- Scenarios d'integration avec Salesforce et les bases de donnees -============================================================ +================================================= +Partie 12 : Rendre les donnees SaaS recherchables +================================================= Introduction ============= diff --git a/fr/articles/guide-13.rst b/fr/articles/guide-13.rst index 2ea8adec2..455869342 100644 --- a/fr/articles/guide-13.rst +++ b/fr/articles/guide-13.rst @@ -1,6 +1,6 @@ -============================================================ -Partie 13 : Plateforme de recherche multi-tenant -- Concevoir une seule instance Fess pour servir plusieurs organisations -============================================================ +================================================ +Partie 13 : Plateforme de recherche multi-tenant +================================================ Introduction ============= diff --git a/fr/articles/guide-14.rst b/fr/articles/guide-14.rst index d5bcf02c5..3d0fd2870 100644 --- a/fr/articles/guide-14.rst +++ b/fr/articles/guide-14.rst @@ -1,6 +1,6 @@ -============================================================ -Partie 14 : Strategies de mise a l'echelle des systemes de recherche -- Extension progressive de la petite a la grande echelle -============================================================ +==================================================================== +Partie 14 : Strategies de mise a l'echelle des systemes de recherche +==================================================================== Introduction ============= diff --git a/fr/articles/guide-15.rst b/fr/articles/guide-15.rst index 4a614e238..bdf0f96bc 100644 --- a/fr/articles/guide-15.rst +++ b/fr/articles/guide-15.rst @@ -1,6 +1,6 @@ -============================================================ -Partie 15 : Infrastructure de recherche securisee -- Integration SSO et controle d'acces a la recherche dans un environnement Zero Trust -============================================================ +================================================= +Partie 15 : Infrastructure de recherche securisee +================================================= Introduction ============= diff --git a/fr/articles/guide-16.rst b/fr/articles/guide-16.rst index c0517fb8b..fb1e44626 100644 --- a/fr/articles/guide-16.rst +++ b/fr/articles/guide-16.rst @@ -1,6 +1,6 @@ -============================================================ -Partie 16 : Automatisation de l'infrastructure de recherche -- Gestion avec les pipelines CI/CD et l'Infrastructure as Code -============================================================ +=========================================================== +Partie 16 : Automatisation de l'infrastructure de recherche +=========================================================== Introduction ============= diff --git a/fr/articles/guide-17.rst b/fr/articles/guide-17.rst index 1313de4c9..f1b951068 100644 --- a/fr/articles/guide-17.rst +++ b/fr/articles/guide-17.rst @@ -1,6 +1,6 @@ -============================================================ -Partie 17 : Etendre la recherche avec des plugins -- Implementation de sources de donnees personnalisees et de pipelines Ingest -============================================================ +================================================= +Partie 17 : Etendre la recherche avec des plugins +================================================= Introduction ============ diff --git a/fr/articles/guide-18.rst b/fr/articles/guide-18.rst index 12c77cf8b..bc6989cb8 100644 --- a/fr/articles/guide-18.rst +++ b/fr/articles/guide-18.rst @@ -1,6 +1,6 @@ -============================================================ -Partie 18 : Fondamentaux de la recherche IA -- De la recherche par mots-cles a la recherche semantique -============================================================ +=========================================== +Partie 18 : Fondamentaux de la recherche IA +=========================================== Introduction ============= diff --git a/fr/articles/guide-19.rst b/fr/articles/guide-19.rst index 1cbd76968..3e6d6488c 100644 --- a/fr/articles/guide-19.rst +++ b/fr/articles/guide-19.rst @@ -1,6 +1,6 @@ -============================================================ -Partie 19 : Construction d'un assistant IA interne -- Un systeme de questions-reponses base sur la recherche avec RAG -============================================================ +================================================== +Partie 19 : Construction d'un assistant IA interne +================================================== Introduction ============ diff --git a/fr/articles/guide-20.rst b/fr/articles/guide-20.rst index 73778b053..d928e1b73 100644 --- a/fr/articles/guide-20.rst +++ b/fr/articles/guide-20.rst @@ -1,6 +1,6 @@ -============================================================ -Partie 20 : Connecter les agents IA a la recherche -- Integrer Fess dans des outils IA externes via le serveur MCP -============================================================ +================================================== +Partie 20 : Connecter les agents IA a la recherche +================================================== Introduction ============ diff --git a/fr/articles/guide-21.rst b/fr/articles/guide-21.rst index 09a74b819..d5de1ad91 100644 --- a/fr/articles/guide-21.rst +++ b/fr/articles/guide-21.rst @@ -1,6 +1,6 @@ -============================================================ -Partie 21 : Recherche croisee d'images et de texte -- Gestion des connaissances de nouvelle generation avec la recherche multimodale -============================================================ +================================================== +Partie 21 : Recherche croisee d'images et de texte +================================================== Introduction ============= diff --git a/fr/articles/guide-22.rst b/fr/articles/guide-22.rst index 22ea7e4c1..c18f2da34 100644 --- a/fr/articles/guide-22.rst +++ b/fr/articles/guide-22.rst @@ -1,6 +1,6 @@ -============================================================ -Partie 22 : Dessiner une carte des connaissances organisationnelles a partir des donnees de recherche -- Comprendre l'utilisation de l'information via le tableau de bord analytique -============================================================ +===================================================================================================== +Partie 22 : Dessiner une carte des connaissances organisationnelles a partir des donnees de recherche +===================================================================================================== Introduction ============= diff --git a/fr/articles/guide-23.rst b/fr/articles/guide-23.rst index 3ff0e6952..d88ae3039 100644 --- a/fr/articles/guide-23.rst +++ b/fr/articles/guide-23.rst @@ -1,6 +1,6 @@ -============================================================ -Partie 23 : Plan directeur d'une plateforme de connaissances a l'echelle de l'entreprise -- Grand design d'une infrastructure d'exploitation de l'information centree sur Fess -============================================================ +======================================================================================== +Partie 23 : Plan directeur d'une plateforme de connaissances a l'echelle de l'entreprise +======================================================================================== Introduction ============ diff --git a/ja/articles/guide-01.rst b/ja/articles/guide-01.rst index 5918a1be8..fc89b37f0 100644 --- a/ja/articles/guide-01.rst +++ b/ja/articles/guide-01.rst @@ -1,6 +1,6 @@ -============================================================ -第1回 なぜ企業に検索が必要なのか -- 情報過多時代のナレッジ活用課題 -============================================================ +================================ +第1回 なぜ企業に検索が必要なのか +================================ はじめに ======== diff --git a/ja/articles/guide-02.rst b/ja/articles/guide-02.rst index 91367ea4d..6d80299d8 100644 --- a/ja/articles/guide-02.rst +++ b/ja/articles/guide-02.rst @@ -1,6 +1,6 @@ -============================================================ -第2回 5分でわかる検索体験 -- Docker Composeで始めるFessファーストコンタクト -============================================================ +========================= +第2回 5分でわかる検索体験 +========================= はじめに ======== diff --git a/ja/articles/guide-03.rst b/ja/articles/guide-03.rst index be2c903db..b3cdf9dd4 100644 --- a/ja/articles/guide-03.rst +++ b/ja/articles/guide-03.rst @@ -1,6 +1,6 @@ -============================================================ -第3回 社内ポータルに検索を埋め込む -- 既存Webサイトへの検索機能追加シナリオ -============================================================ +================================== +第3回 社内ポータルに検索を埋め込む +================================== はじめに ======== diff --git a/ja/articles/guide-04.rst b/ja/articles/guide-04.rst index e0bdf25fb..592e5b359 100644 --- a/ja/articles/guide-04.rst +++ b/ja/articles/guide-04.rst @@ -1,6 +1,6 @@ -============================================================ -第4回 散在するファイルを一元検索 -- マルチソース環境での横断検索構築 -============================================================ +================================ +第4回 散在するファイルを一元検索 +================================ はじめに ======== diff --git a/ja/articles/guide-05.rst b/ja/articles/guide-05.rst index 14fe490eb..fe4ce7b66 100644 --- a/ja/articles/guide-05.rst +++ b/ja/articles/guide-05.rst @@ -1,6 +1,6 @@ -============================================================ -第5回 情報を探す人に合わせる -- 部門別・権限別の検索結果制御 -============================================================ +============================ +第5回 情報を探す人に合わせる +============================ はじめに ======== diff --git a/ja/articles/guide-06.rst b/ja/articles/guide-06.rst index 07ca25fef..2ff743709 100644 --- a/ja/articles/guide-06.rst +++ b/ja/articles/guide-06.rst @@ -1,6 +1,6 @@ -============================================================ -第6回 開発チームのナレッジハブ -- コード・Wiki・チケットの統合検索環境 -============================================================ +============================== +第6回 開発チームのナレッジハブ +============================== はじめに ======== diff --git a/ja/articles/guide-07.rst b/ja/articles/guide-07.rst index 3e9a95503..eb61e398d 100644 --- a/ja/articles/guide-07.rst +++ b/ja/articles/guide-07.rst @@ -1,6 +1,6 @@ -============================================================ -第7回 クラウドストレージ時代の検索戦略 -- Google Drive・SharePoint・Boxの横断検索 -============================================================ +====================================== +第7回 クラウドストレージ時代の検索戦略 +====================================== はじめに ======== diff --git a/ja/articles/guide-08.rst b/ja/articles/guide-08.rst index 3f1bc45b4..4331d4ac6 100644 --- a/ja/articles/guide-08.rst +++ b/ja/articles/guide-08.rst @@ -1,6 +1,6 @@ -============================================================ -第8回 検索品質を育てる -- ユーザー行動データに基づく検索チューニングサイクル -============================================================ +====================== +第8回 検索品質を育てる +====================== はじめに ======== diff --git a/ja/articles/guide-09.rst b/ja/articles/guide-09.rst index 909be03af..7b6ea74f8 100644 --- a/ja/articles/guide-09.rst +++ b/ja/articles/guide-09.rst @@ -1,6 +1,6 @@ -============================================================ -第9回 多言語組織の検索基盤 -- 日英中の文書を正しく検索する環境構築 -============================================================ +========================== +第9回 多言語組織の検索基盤 +========================== はじめに ======== diff --git a/ja/articles/guide-10.rst b/ja/articles/guide-10.rst index f9fbd6a51..5d43c7159 100644 --- a/ja/articles/guide-10.rst +++ b/ja/articles/guide-10.rst @@ -1,6 +1,6 @@ -============================================================ -第10回 検索システムの安定運用 -- 監視・バックアップ・障害対策の実践 -============================================================ +============================= +第10回 検索システムの安定運用 +============================= はじめに ======== diff --git a/ja/articles/guide-11.rst b/ja/articles/guide-11.rst index 44837a7ac..793196daf 100644 --- a/ja/articles/guide-11.rst +++ b/ja/articles/guide-11.rst @@ -1,6 +1,6 @@ -============================================================ -第11回 検索APIで既存システムを拡張 -- CRM・社内システムとの連携パターン集 -============================================================ +================================== +第11回 検索APIで既存システムを拡張 +================================== はじめに ======== diff --git a/ja/articles/guide-12.rst b/ja/articles/guide-12.rst index 5c1616fee..93be04be2 100644 --- a/ja/articles/guide-12.rst +++ b/ja/articles/guide-12.rst @@ -1,6 +1,6 @@ -============================================================ -第12回 SaaSデータを検索可能にする -- Salesforce・データベースとの連携シナリオ -============================================================ +================================= +第12回 SaaSデータを検索可能にする +================================= はじめに ======== diff --git a/ja/articles/guide-13.rst b/ja/articles/guide-13.rst index de9c0cc8e..48b9f8af6 100644 --- a/ja/articles/guide-13.rst +++ b/ja/articles/guide-13.rst @@ -1,6 +1,6 @@ -============================================================ -第13回 マルチテナント検索基盤 -- 一つのFessで複数組織をサービスする設計 -============================================================ +============================= +第13回 マルチテナント検索基盤 +============================= はじめに ======== diff --git a/ja/articles/guide-14.rst b/ja/articles/guide-14.rst index 0e4d2c8c4..5613eed3c 100644 --- a/ja/articles/guide-14.rst +++ b/ja/articles/guide-14.rst @@ -1,6 +1,6 @@ -============================================================ -第14回 検索システムのスケール戦略 -- 小規模から大規模への段階的拡張 -============================================================ +================================= +第14回 検索システムのスケール戦略 +================================= はじめに ======== diff --git a/ja/articles/guide-15.rst b/ja/articles/guide-15.rst index fa65290f9..5e20d9910 100644 --- a/ja/articles/guide-15.rst +++ b/ja/articles/guide-15.rst @@ -1,6 +1,6 @@ -============================================================ -第15回 セキュアな検索基盤 -- SSO連携とゼロトラスト環境での検索アクセス制御 -============================================================ +========================= +第15回 セキュアな検索基盤 +========================= はじめに ======== diff --git a/ja/articles/guide-16.rst b/ja/articles/guide-16.rst index dc5d89c9a..bb0940180 100644 --- a/ja/articles/guide-16.rst +++ b/ja/articles/guide-16.rst @@ -1,6 +1,6 @@ -============================================================ -第16回 検索インフラの自動化 -- CI/CDパイプラインとInfrastructure as Codeでの管理 -============================================================ +=========================== +第16回 検索インフラの自動化 +=========================== はじめに ======== diff --git a/ja/articles/guide-17.rst b/ja/articles/guide-17.rst index 1c0f0fb0c..e5fc2bb45 100644 --- a/ja/articles/guide-17.rst +++ b/ja/articles/guide-17.rst @@ -1,6 +1,6 @@ -============================================================ -第17回 プラグインで検索を拡張する -- カスタムデータソースとIngestパイプラインの実装 -============================================================ +================================= +第17回 プラグインで検索を拡張する +================================= はじめに ======== diff --git a/ja/articles/guide-18.rst b/ja/articles/guide-18.rst index f944d6d07..ef6d6ffe2 100644 --- a/ja/articles/guide-18.rst +++ b/ja/articles/guide-18.rst @@ -1,6 +1,6 @@ -============================================================ -第18回 AI検索の基礎 -- キーワード検索からセマンティック検索への進化 -============================================================ +=================== +第18回 AI検索の基礎 +=================== はじめに ======== diff --git a/ja/articles/guide-19.rst b/ja/articles/guide-19.rst index 8e6a10ada..b5cc0a953 100644 --- a/ja/articles/guide-19.rst +++ b/ja/articles/guide-19.rst @@ -1,6 +1,6 @@ -============================================================ -第19回 社内AIアシスタントの構築 -- RAGで実現する検索ベースの質問応答システム -============================================================ +=============================== +第19回 社内AIアシスタントの構築 +=============================== はじめに ======== diff --git a/ja/articles/guide-20.rst b/ja/articles/guide-20.rst index 1ab0c0313..6befe5c98 100644 --- a/ja/articles/guide-20.rst +++ b/ja/articles/guide-20.rst @@ -1,6 +1,6 @@ -============================================================ -第20回 AIエージェントと検索をつなぐ -- MCPサーバーでFessを外部AIツールに統合 -============================================================ +=================================== +第20回 AIエージェントと検索をつなぐ +=================================== はじめに ======== diff --git a/ja/articles/guide-21.rst b/ja/articles/guide-21.rst index 623087b7f..bdba118c0 100644 --- a/ja/articles/guide-21.rst +++ b/ja/articles/guide-21.rst @@ -1,6 +1,6 @@ -============================================================ -第21回 画像もテキストも横断検索 -- マルチモーダル検索で実現する次世代ナレッジ管理 -============================================================ +=============================== +第21回 画像もテキストも横断検索 +=============================== はじめに ======== diff --git a/ja/articles/guide-22.rst b/ja/articles/guide-22.rst index 6d5a36709..65fd529dc 100644 --- a/ja/articles/guide-22.rst +++ b/ja/articles/guide-22.rst @@ -1,6 +1,6 @@ -============================================================ -第22回 検索データから組織の知識地図を描く -- 分析ダッシュボードで見る情報活用の実態 -============================================================ +========================================= +第22回 検索データから組織の知識地図を描く +========================================= はじめに ======== diff --git a/ja/articles/guide-23.rst b/ja/articles/guide-23.rst index 7cedc89e2..9e56ce30b 100644 --- a/ja/articles/guide-23.rst +++ b/ja/articles/guide-23.rst @@ -1,6 +1,6 @@ -============================================================ -第23回 全社ナレッジプラットフォームの設計図 -- Fessを中核とした情報活用基盤のグランドデザイン -============================================================ +=========================================== +第23回 全社ナレッジプラットフォームの設計図 +=========================================== はじめに ======== diff --git a/ko/articles/guide-01.rst b/ko/articles/guide-01.rst index 7faff9eb8..9d66de2c9 100644 --- a/ko/articles/guide-01.rst +++ b/ko/articles/guide-01.rst @@ -1,6 +1,6 @@ -============================================================ -제1회 왜 기업에 검색이 필요한가 -- 정보 과다 시대의 지식 활용 과제 -============================================================ +=============================== +제1회 왜 기업에 검색이 필요한가 +=============================== 들어가며 ======== diff --git a/ko/articles/guide-02.rst b/ko/articles/guide-02.rst index 11caba9d1..64115b1d4 100644 --- a/ko/articles/guide-02.rst +++ b/ko/articles/guide-02.rst @@ -1,6 +1,6 @@ -============================================================ -제2회 5분 만에 이해하는 검색 경험 -- Docker Compose로 시작하는 Fess 첫 경험 -============================================================ +================================= +제2회 5분 만에 이해하는 검색 경험 +================================= 들어가며 ======== diff --git a/ko/articles/guide-03.rst b/ko/articles/guide-03.rst index 6f4c5aa36..1342c2131 100644 --- a/ko/articles/guide-03.rst +++ b/ko/articles/guide-03.rst @@ -1,6 +1,6 @@ -============================================================ -제3회 사내 포털에 검색을 삽입하기 -- 기존 웹 사이트에 검색 기능 추가 시나리오 -============================================================ +================================= +제3회 사내 포털에 검색을 삽입하기 +================================= 들어가며 ======== diff --git a/ko/articles/guide-04.rst b/ko/articles/guide-04.rst index cbf59300e..f8e892dd1 100644 --- a/ko/articles/guide-04.rst +++ b/ko/articles/guide-04.rst @@ -1,6 +1,6 @@ -============================================================ -제4회 흩어진 파일을 일원 검색 -- 멀티 소스 환경에서의 횡단 검색 구축 -============================================================ +============================= +제4회 흩어진 파일을 일원 검색 +============================= 들어가며 ======== diff --git a/ko/articles/guide-05.rst b/ko/articles/guide-05.rst index c303e7c46..6cfde29d3 100644 --- a/ko/articles/guide-05.rst +++ b/ko/articles/guide-05.rst @@ -1,6 +1,6 @@ -============================================================ -제5회 정보를 찾는 사람에 맞추다 -- 부서별·권한별 검색 결과 제어 -============================================================ +=============================== +제5회 정보를 찾는 사람에 맞추다 +=============================== 들어가며 ======== diff --git a/ko/articles/guide-06.rst b/ko/articles/guide-06.rst index 16a080d09..48fdb1b40 100644 --- a/ko/articles/guide-06.rst +++ b/ko/articles/guide-06.rst @@ -1,6 +1,6 @@ -============================================================ -제6회 개발팀의 지식 허브 -- 코드·Wiki·티켓의 통합 검색 환경 -============================================================ +======================== +제6회 개발팀의 지식 허브 +======================== 들어가며 ======== diff --git a/ko/articles/guide-07.rst b/ko/articles/guide-07.rst index 4aaee0289..88a7e7546 100644 --- a/ko/articles/guide-07.rst +++ b/ko/articles/guide-07.rst @@ -1,6 +1,6 @@ -============================================================ -제7회 클라우드 스토리지 시대의 검색 전략 -- Google Drive·SharePoint·Box의 횡단 검색 -============================================================ +======================================== +제7회 클라우드 스토리지 시대의 검색 전략 +======================================== 들어가며 ======== diff --git a/ko/articles/guide-08.rst b/ko/articles/guide-08.rst index f4c80def8..a78b4ed7c 100644 --- a/ko/articles/guide-08.rst +++ b/ko/articles/guide-08.rst @@ -1,6 +1,6 @@ -============================================================ -제8회: 검색 품질 키우기 -- 사용자 행동 데이터에 기반한 검색 튜닝 사이클 -============================================================ +======================= +제8회: 검색 품질 키우기 +======================= 들어가며 ======== diff --git a/ko/articles/guide-09.rst b/ko/articles/guide-09.rst index b4f9ce1c0..2cca1fcd8 100644 --- a/ko/articles/guide-09.rst +++ b/ko/articles/guide-09.rst @@ -1,6 +1,6 @@ -=========================================================================== -제9회 다국어 조직의 검색 기반 -- 일본어, 영어, 중국어 문서를 올바르게 검색하는 환경 구축 -=========================================================================== +============================= +제9회 다국어 조직의 검색 기반 +============================= 들어가며 ======== diff --git a/ko/articles/guide-10.rst b/ko/articles/guide-10.rst index f8e6645aa..7da47de18 100644 --- a/ko/articles/guide-10.rst +++ b/ko/articles/guide-10.rst @@ -1,6 +1,6 @@ -=========================================================================== -제10회 검색 시스템의 안정 운영 -- 모니터링, 백업, 장애 대응의 실전 -=========================================================================== +============================== +제10회 검색 시스템의 안정 운영 +============================== 들어가며 ======== diff --git a/ko/articles/guide-11.rst b/ko/articles/guide-11.rst index 37e2198d7..11b5556cd 100644 --- a/ko/articles/guide-11.rst +++ b/ko/articles/guide-11.rst @@ -1,6 +1,6 @@ -=========================================================================== -제11회 검색 API로 기존 시스템 확장 -- CRM 및 사내 시스템과의 연동 패턴 모음 -=========================================================================== +================================== +제11회 검색 API로 기존 시스템 확장 +================================== 들어가며 ======== diff --git a/ko/articles/guide-12.rst b/ko/articles/guide-12.rst index a0ac0e237..58d584b0b 100644 --- a/ko/articles/guide-12.rst +++ b/ko/articles/guide-12.rst @@ -1,6 +1,6 @@ -============================================================ -제12회: SaaS 데이터를 검색 가능하게 만들기 -- Salesforce 및 데이터베이스 연동 시나리오 -============================================================ +========================================== +제12회: SaaS 데이터를 검색 가능하게 만들기 +========================================== 들어가며 ======== diff --git a/ko/articles/guide-13.rst b/ko/articles/guide-13.rst index 67411d6fe..283f926af 100644 --- a/ko/articles/guide-13.rst +++ b/ko/articles/guide-13.rst @@ -1,6 +1,6 @@ -============================================================ -제13회 멀티테넌트 검색 플랫폼 -- 하나의 Fess로 여러 조직에 서비스하는 설계 -============================================================ +============================= +제13회 멀티테넌트 검색 플랫폼 +============================= 들어가며 ======== diff --git a/ko/articles/guide-14.rst b/ko/articles/guide-14.rst index 356e2a9b8..da25ba216 100644 --- a/ko/articles/guide-14.rst +++ b/ko/articles/guide-14.rst @@ -1,6 +1,6 @@ -============================================================ -제14회: 검색 시스템의 스케일 전략 -- 소규모에서 대규모로의 단계적 확장 -============================================================ +================================= +제14회: 검색 시스템의 스케일 전략 +================================= 들어가며 ======== diff --git a/ko/articles/guide-15.rst b/ko/articles/guide-15.rst index c82bbbacb..fe4fc85a3 100644 --- a/ko/articles/guide-15.rst +++ b/ko/articles/guide-15.rst @@ -1,6 +1,6 @@ -============================================================ -제15회: 안전한 검색 인프라 -- SSO 연동과 제로 트러스트 환경에서의 검색 접근 제어 -============================================================ +========================== +제15회: 안전한 검색 인프라 +========================== 들어가며 ======== diff --git a/ko/articles/guide-16.rst b/ko/articles/guide-16.rst index d304fa3e7..08305898f 100644 --- a/ko/articles/guide-16.rst +++ b/ko/articles/guide-16.rst @@ -1,6 +1,6 @@ -============================================================ -제16회: 검색 인프라 자동화 -- CI/CD 파이프라인과 Infrastructure as Code를 활용한 관리 -============================================================ +========================== +제16회: 검색 인프라 자동화 +========================== 들어가며 ======== diff --git a/ko/articles/guide-17.rst b/ko/articles/guide-17.rst index de8e46d33..0844d6500 100644 --- a/ko/articles/guide-17.rst +++ b/ko/articles/guide-17.rst @@ -1,6 +1,6 @@ -============================================================ -제17회: 플러그인으로 검색 확장하기 -- 커스텀 데이터 소스와 Ingest 파이프라인 구현 -============================================================ +================================== +제17회: 플러그인으로 검색 확장하기 +================================== 들어가며 ======== diff --git a/ko/articles/guide-18.rst b/ko/articles/guide-18.rst index 8d2518f40..996e5a68e 100644 --- a/ko/articles/guide-18.rst +++ b/ko/articles/guide-18.rst @@ -1,6 +1,6 @@ -============================================================ -제18회: AI 검색의 기초 -- 키워드 검색에서 시맨틱 검색으로의 진화 -============================================================ +====================== +제18회: AI 검색의 기초 +====================== 들어가며 ======== diff --git a/ko/articles/guide-19.rst b/ko/articles/guide-19.rst index 98e22331b..747dc43e5 100644 --- a/ko/articles/guide-19.rst +++ b/ko/articles/guide-19.rst @@ -1,6 +1,6 @@ -============================================================ -제19회 사내 AI 어시스턴트 구축 -- RAG로 구현하는 검색 기반 질의응답 시스템 -============================================================ +============================== +제19회 사내 AI 어시스턴트 구축 +============================== 들어가며 ======== diff --git a/ko/articles/guide-20.rst b/ko/articles/guide-20.rst index 046e37d39..b1059818f 100644 --- a/ko/articles/guide-20.rst +++ b/ko/articles/guide-20.rst @@ -1,6 +1,6 @@ -============================================================ -제20회 AI 에이전트와 검색을 연결하다 -- MCP 서버로 Fess를 외부 AI 도구에 통합 -============================================================ +==================================== +제20회 AI 에이전트와 검색을 연결하다 +==================================== 들어가며 ======== diff --git a/ko/articles/guide-21.rst b/ko/articles/guide-21.rst index 0f160df1c..bd1467404 100644 --- a/ko/articles/guide-21.rst +++ b/ko/articles/guide-21.rst @@ -1,6 +1,6 @@ -============================================================ -제21회: 이미지와 텍스트를 횡단 검색 -- 멀티모달 검색으로 실현하는 차세대 지식 관리 -============================================================ +=================================== +제21회: 이미지와 텍스트를 횡단 검색 +=================================== 들어가며 ======== diff --git a/ko/articles/guide-22.rst b/ko/articles/guide-22.rst index 77cfb8e10..5a214bd09 100644 --- a/ko/articles/guide-22.rst +++ b/ko/articles/guide-22.rst @@ -1,6 +1,6 @@ -============================================================ -제22회 검색 데이터로 조직의 지식 지도를 그리다 -- 분석 대시보드로 보는 정보 활용의 실태 -============================================================ +============================================== +제22회 검색 데이터로 조직의 지식 지도를 그리다 +============================================== 들어가며 ======== diff --git a/ko/articles/guide-23.rst b/ko/articles/guide-23.rst index c0c2cb7ad..c56d8c55a 100644 --- a/ko/articles/guide-23.rst +++ b/ko/articles/guide-23.rst @@ -1,6 +1,6 @@ -============================================================ -제23회 전사 지식 플랫폼의 설계도 -- Fess를 중심으로 한 정보 활용 기반의 그랜드 디자인 -============================================================ +================================ +제23회 전사 지식 플랫폼의 설계도 +================================ 들어가며 ======== diff --git a/zh-cn/articles/guide-01.rst b/zh-cn/articles/guide-01.rst index c5773ee60..83ec9279f 100644 --- a/zh-cn/articles/guide-01.rst +++ b/zh-cn/articles/guide-01.rst @@ -1,6 +1,6 @@ -============================================================ -第1回 企业为何需要搜索 -- 信息过载时代的知识活用课题 -============================================================ +====================== +第1回 企业为何需要搜索 +====================== 前言 ======== diff --git a/zh-cn/articles/guide-02.rst b/zh-cn/articles/guide-02.rst index 487d0cd82..3b01b4333 100644 --- a/zh-cn/articles/guide-02.rst +++ b/zh-cn/articles/guide-02.rst @@ -1,6 +1,6 @@ -============================================================ -第2回 5分钟了解搜索体验 -- 使用 Docker Compose 开启 Fess 初体验 -============================================================ +======================= +第2回 5分钟了解搜索体验 +======================= 前言 ======== diff --git a/zh-cn/articles/guide-03.rst b/zh-cn/articles/guide-03.rst index 52b36d043..b4b0fb6bd 100644 --- a/zh-cn/articles/guide-03.rst +++ b/zh-cn/articles/guide-03.rst @@ -1,6 +1,6 @@ -============================================================ -第3回 在企业内部门户中嵌入搜索功能 -- 为现有网站添加搜索功能的场景 -============================================================ +================================== +第3回 在企业内部门户中嵌入搜索功能 +================================== 前言 ======== diff --git a/zh-cn/articles/guide-04.rst b/zh-cn/articles/guide-04.rst index 238d518a6..d3e7c7ad1 100644 --- a/zh-cn/articles/guide-04.rst +++ b/zh-cn/articles/guide-04.rst @@ -1,6 +1,6 @@ -============================================================ -第4回 统一检索分散的文件 -- 在多数据源环境中构建跨源检索 -============================================================ +======================== +第4回 统一检索分散的文件 +======================== 前言 ======== diff --git a/zh-cn/articles/guide-05.rst b/zh-cn/articles/guide-05.rst index 8f6568cdf..ce21323da 100644 --- a/zh-cn/articles/guide-05.rst +++ b/zh-cn/articles/guide-05.rst @@ -1,6 +1,6 @@ -============================================================ -第5回 根据用户匹配信息 -- 按部门和权限控制搜索结果 -============================================================ +====================== +第5回 根据用户匹配信息 +====================== 前言 ======== diff --git a/zh-cn/articles/guide-06.rst b/zh-cn/articles/guide-06.rst index 5be00fc4e..a63dd7a8c 100644 --- a/zh-cn/articles/guide-06.rst +++ b/zh-cn/articles/guide-06.rst @@ -1,6 +1,6 @@ -============================================================ -第6回 开发团队的知识中心 -- 代码、Wiki、工单的统合搜索环境 -============================================================ +======================== +第6回 开发团队的知识中心 +======================== 前言 ======== diff --git a/zh-cn/articles/guide-07.rst b/zh-cn/articles/guide-07.rst index 5e4180815..c9ed63315 100644 --- a/zh-cn/articles/guide-07.rst +++ b/zh-cn/articles/guide-07.rst @@ -1,6 +1,6 @@ -============================================================ -第7回 云存储时代的搜索策略 -- Google Drive、SharePoint、Box 的跨平台搜索 -============================================================ +========================== +第7回 云存储时代的搜索策略 +========================== 前言 ======== diff --git a/zh-cn/articles/guide-08.rst b/zh-cn/articles/guide-08.rst index 0e01bed6d..2799e0fc6 100644 --- a/zh-cn/articles/guide-08.rst +++ b/zh-cn/articles/guide-08.rst @@ -1,6 +1,6 @@ -============================================================ -第8回:培养搜索质量 -- 基于用户行为数据的搜索调优循环 -============================================================ +=================== +第8回:培养搜索质量 +=================== 前言 ==== diff --git a/zh-cn/articles/guide-09.rst b/zh-cn/articles/guide-09.rst index 771f440a9..c7e38db33 100644 --- a/zh-cn/articles/guide-09.rst +++ b/zh-cn/articles/guide-09.rst @@ -1,6 +1,6 @@ -=========================================================================== -第9回 多语言组织的搜索基础设施 -- 构建正确搜索日语、英语和中文文档的环境 -=========================================================================== +============================== +第9回 多语言组织的搜索基础设施 +============================== 前言 ==== diff --git a/zh-cn/articles/guide-10.rst b/zh-cn/articles/guide-10.rst index d81f3f292..d0e4765f6 100644 --- a/zh-cn/articles/guide-10.rst +++ b/zh-cn/articles/guide-10.rst @@ -1,6 +1,6 @@ -=========================================================================== -第10回 搜索系统的稳定运维 -- 监控、备份与故障处理实战 -=========================================================================== +========================= +第10回 搜索系统的稳定运维 +========================= 前言 ==== diff --git a/zh-cn/articles/guide-11.rst b/zh-cn/articles/guide-11.rst index f918f7eae..2d72a18db 100644 --- a/zh-cn/articles/guide-11.rst +++ b/zh-cn/articles/guide-11.rst @@ -1,6 +1,6 @@ -=========================================================================== -第11回 通过搜索API扩展现有系统 -- CRM与内部系统的集成模式集 -=========================================================================== +============================== +第11回 通过搜索API扩展现有系统 +============================== 前言 ==== diff --git a/zh-cn/articles/guide-12.rst b/zh-cn/articles/guide-12.rst index 330460fe9..e68c3f2ab 100644 --- a/zh-cn/articles/guide-12.rst +++ b/zh-cn/articles/guide-12.rst @@ -1,6 +1,6 @@ -============================================================ -第12回:让 SaaS 数据可搜索 -- Salesforce 与数据库的集成场景 -============================================================ +========================== +第12回:让 SaaS 数据可搜索 +========================== 前言 ==== diff --git a/zh-cn/articles/guide-13.rst b/zh-cn/articles/guide-13.rst index 3d2a90427..f7f6a6ef3 100644 --- a/zh-cn/articles/guide-13.rst +++ b/zh-cn/articles/guide-13.rst @@ -1,6 +1,6 @@ -============================================================ -第13回 多租户搜索平台 -- 用一个Fess为多个组织提供服务的设计 -============================================================ +===================== +第13回 多租户搜索平台 +===================== 前言 ==== diff --git a/zh-cn/articles/guide-14.rst b/zh-cn/articles/guide-14.rst index 2bda3f1ae..58abb62c3 100644 --- a/zh-cn/articles/guide-14.rst +++ b/zh-cn/articles/guide-14.rst @@ -1,6 +1,6 @@ -============================================================ -第14回:搜索系统的扩展策略 -- 从小规模到大规模的阶段性扩展 -============================================================ +========================== +第14回:搜索系统的扩展策略 +========================== 前言 ===== diff --git a/zh-cn/articles/guide-15.rst b/zh-cn/articles/guide-15.rst index 7e474bbdc..815860c91 100644 --- a/zh-cn/articles/guide-15.rst +++ b/zh-cn/articles/guide-15.rst @@ -1,6 +1,6 @@ -============================================================ -第15回:安全的搜索基础设施 -- SSO 集成与零信任环境下的搜索访问控制 -============================================================ +========================== +第15回:安全的搜索基础设施 +========================== 前言 ==== diff --git a/zh-cn/articles/guide-16.rst b/zh-cn/articles/guide-16.rst index e2663e730..af6e80816 100644 --- a/zh-cn/articles/guide-16.rst +++ b/zh-cn/articles/guide-16.rst @@ -1,6 +1,6 @@ -============================================================ -第16回:搜索基础设施自动化 -- 使用 CI/CD 流水线和 Infrastructure as Code 进行管理 -============================================================ +========================== +第16回:搜索基础设施自动化 +========================== 前言 ==== diff --git a/zh-cn/articles/guide-17.rst b/zh-cn/articles/guide-17.rst index 86deb65c1..2f6d4edf7 100644 --- a/zh-cn/articles/guide-17.rst +++ b/zh-cn/articles/guide-17.rst @@ -1,6 +1,6 @@ -============================================================ -第17回:通过插件扩展搜索 -- 自定义数据源与 Ingest 管道的实现 -============================================================ +======================== +第17回:通过插件扩展搜索 +======================== 前言 ==== diff --git a/zh-cn/articles/guide-18.rst b/zh-cn/articles/guide-18.rst index 40dca03ec..6d824eda4 100644 --- a/zh-cn/articles/guide-18.rst +++ b/zh-cn/articles/guide-18.rst @@ -1,6 +1,6 @@ -============================================================ -第18回:AI 搜索基础 -- 从关键词搜索到语义搜索的演进 -============================================================ +=================== +第18回:AI 搜索基础 +=================== 前言 ==== diff --git a/zh-cn/articles/guide-19.rst b/zh-cn/articles/guide-19.rst index dc1bf9ea2..a55b64065 100644 --- a/zh-cn/articles/guide-19.rst +++ b/zh-cn/articles/guide-19.rst @@ -1,6 +1,6 @@ -============================================================ -第19回 构建企业内部 AI 助手 -- 基于 RAG 实现的搜索式问答系统 -============================================================ +=========================== +第19回 构建企业内部 AI 助手 +=========================== 前言 ==== diff --git a/zh-cn/articles/guide-20.rst b/zh-cn/articles/guide-20.rst index 568c38539..de48e890e 100644 --- a/zh-cn/articles/guide-20.rst +++ b/zh-cn/articles/guide-20.rst @@ -1,6 +1,6 @@ -============================================================ -第20回 将AI代理与搜索连接起来 -- 通过MCP服务器将Fess集成到外部AI工具中 -============================================================ +============================= +第20回 将AI代理与搜索连接起来 +============================= 前言 ==== diff --git a/zh-cn/articles/guide-21.rst b/zh-cn/articles/guide-21.rst index f9775939b..423176922 100644 --- a/zh-cn/articles/guide-21.rst +++ b/zh-cn/articles/guide-21.rst @@ -1,6 +1,6 @@ -============================================================ -第21回:跨越图像与文本的搜索 -- 通过多模态搜索实现下一代知识管理 -============================================================ +============================ +第21回:跨越图像与文本的搜索 +============================ 前言 ===== diff --git a/zh-cn/articles/guide-22.rst b/zh-cn/articles/guide-22.rst index 2d53088e1..c0498a2d9 100644 --- a/zh-cn/articles/guide-22.rst +++ b/zh-cn/articles/guide-22.rst @@ -1,6 +1,6 @@ -============================================================ -第22回 从搜索数据描绘组织的知识地图 -- 通过分析仪表板了解信息利用的实态 -============================================================ +=================================== +第22回 从搜索数据描绘组织的知识地图 +=================================== 前言 ==== diff --git a/zh-cn/articles/guide-23.rst b/zh-cn/articles/guide-23.rst index 8a8d19073..51ecef828 100644 --- a/zh-cn/articles/guide-23.rst +++ b/zh-cn/articles/guide-23.rst @@ -1,6 +1,6 @@ -============================================================ -第23回 全公司知识平台的设计蓝图 -- 以Fess为核心的信息活用基础设施总体设计 -============================================================ +=============================== +第23回 全公司知识平台的设计蓝图 +=============================== 前言 ====