1 repo
Computational methods for matching, ranking, and correcting user queries against indexed data.
Distinguishing note: Focuses on the query-time logic rather than the indexing infrastructure.
Explore 1 awesome GitHub repository matching web development · Search Algorithms. Refine with filters or upvote what's useful.
Typesense is a distributed search engine designed to provide sub-millisecond query latency across massive datasets. It functions as both a high-performance indexing and retrieval engine and a comprehensive search experience platform, offering built-in typo tolerance and tools for managing relevance through synonym configuration, result curation, and complex filtering. The platform distinguishes itself by utilizing in-memory indexing to maintain high-throughput data retrieval and integrating vector database capabilities to support semantic similarity searches. It ensures data consistency and h
Calculates Damerau-Levenshtein distance to provide fuzzy matching capabilities during query execution.