feat(acms): implement Tantivy text search backend #1161

Closed
aditya wants to merge 1 commits from feature/m6-tantivy-backend into master

1 Commits

Author SHA1 Message Date
aditya 84fd4a1a25 feat(acms): implement Tantivy text search backend
CI / build (pull_request) Successful in 18s
CI / helm (pull_request) Successful in 22s
CI / lint (pull_request) Successful in 3m19s
CI / typecheck (pull_request) Successful in 3m57s
CI / quality (pull_request) Successful in 3m58s
CI / security (pull_request) Successful in 4m8s
CI / unit_tests (pull_request) Failing after 5m48s
CI / docker (pull_request) Has been skipped
CI / coverage (pull_request) Successful in 12m41s
CI / e2e_tests (pull_request) Successful in 19m14s
CI / integration_tests (pull_request) Successful in 24m11s
CI / status-check (pull_request) Failing after 1s
CI / benchmark-publish (pull_request) Has been skipped
CI / benchmark-regression (pull_request) Successful in 1h3m10s
Add a persistent Tantivy-backed ACMS text index/query implementation with real schema-backed indexing, term-filtered searches, and DI fallback to in-memory backends when Tantivy is unavailable.

Address review feedback by removing the in-memory-only placeholder search path, reopening the on-disk index in Behave coverage, and keeping the issue #870 changelog and benchmark updates in the same atomic commit.

ISSUES CLOSED: #870
2026-04-02 10:52:36 +00:00