Exception: ClaudeMemory::Index::LexicalFTS::CorruptRankIndexError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/claude_memory/index/lexical_fts.rb

Overview

Raised when the FTS5 BM25 ranking path fails as “malformed” while the rest of the DB is fine — a corrupt contentless FTS5 index that PRAGMA integrity_check misses (issue #7, Finding 2). Recoverable with ‘claude-memory compact` (which runs #rebuild!).