Expand description
FST-based search indexing for fast ASS content queries
Provides trie-based indexing for regex and fuzzy search queries as specified in the architecture (lines 142-143). Fallback to linear search for WASM.
Structs§
- FstSearch
Index search-index - FST-based search index for high-performance queries
- Index
Entry - Entry in the search index
- Linear
Search Index - Linear search fallback for when FST is not available
Functions§
- create_
search_ index - Factory function to create the appropriate search index