Skip to main content

Module indexing

Module indexing 

Source
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§

FstSearchIndexsearch-index
FST-based search index for high-performance queries
IndexEntry
Entry in the search index
LinearSearchIndex
Linear search fallback for when FST is not available

Functions§

create_search_index
Factory function to create the appropriate search index