chore(PROJ-60): Xapian-Legacy-Backend vollständig aus dem Code entfernt

Xapian war seit der Manticore-Migration (PROJ-30) nur noch ein
build-tag-gatetes, in Produktion nie genutztes Legacy-Backend.
internal/index/xapian.go, xapian_stub.go, xapian_wrapper.cpp/.h entfernt;
index.New() unterstützt jetzt nur noch "manticore". Default-Fallbacks in
Nebenwerkzeugen (archivmail-import/-export, cmd_export/cmd_reindex/...)
von "xapian" auf "manticore" korrigiert, Xapian-spezifische Tests entfernt,
Kommentare bereinigt.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
sysops
2026-06-25 00:12:06 +02:00
co-authored by Claude Sonnet 4.6
parent 043520ecc3
commit 5f63bfe8d4
15 changed files with 28 additions and 614 deletions
+2 -1
View File
@@ -7,7 +7,8 @@ import (
"sync"
)
// TenantIndexManager manages a pool of Xapian indexes, one per tenant.
// TenantIndexManager manages a pool of single-Indexer instances, one per tenant,
// for filesystem-backed backends created via New().
// Tenant 0 / nil maps to the global index used by superadmin and as a fallback.
type TenantIndexManager struct {
basePath string