Rowles.LeanCorpus.Search
Namespaces
Classes
HnswSearchOptions
Search-time options for HNSW graph traversal.
LevenshteinDistance
Computes Levenshtein edit distance between two strings or UTF-8 byte spans. Uses a single-row DP approach with stackalloc for short strings.
Query
Base class for all query types.
SearchOptions
Per-query options controlling resource usage and result delivery. Pass to
IndexSearcher.Search(Query, int, SearchOptions)to limit memory and wall-clock time, or toIndexSearcher.SearchStreamingto receive results in segment order rather than fully collected.
Enums
Occur
Boolean clause occurrence type.