SRCH-05: Full-text search across bodies, headers, errors #11
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
User can full-text search across message bodies, headers, error messages, and stack traces within transactions and processor executions.
Category: Transaction Search
REQ-ID: SRCH-05
Implemented in Phase 2. POST search with
text,textInBody,textInHeaders,textInErrorsfields. ClickHousetokenbf_v1skip indexes on concatenated text columns for performant full-text search. Key files:SearchController.java,ClickHouseSearchRepository.java,01-schema.sql.