aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/dfa_fuzzy_matcher.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Preserve prefix of input DFA successor stringTor Brede Vekterli2023-09-271-4/+3
* Add another is_match member function to dfa fuzzy matcher that doesn'tTor Egge2023-09-251-6/+26
* Add prefix_size constructor argument to DfaFuzzyMatcher.Tor Egge2023-09-221-8/+21
* Use UTF-32 dfa fuzzy match successor.Tor Egge2023-09-211-2/+2
* Update `match()` call in `DfaFuzzyMatcher` to use ref instead of ptrTor Brede Vekterli2023-09-181-1/+1
* Add class that uses a LevenshteinDfa to perform fuzzy matching in a dictionary.Geir Storli2023-09-181-0/+39