aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/dfa_fuzzy_matcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* Wire fuzzy prefix matching support through the query stackTor Brede Vekterli2024-04-191-4/+8
* Use `string_view` for standalone DFA fuzzy match functionTor Brede Vekterli2024-01-181-3/+8
* Move is_match() member function to .cpp file and use explicit instantiation.Tor Egge2023-11-221-0/+40
* Update copyrightJon Bratseth2023-10-091-1/+1
* Preserve prefix of input DFA successor stringTor Brede Vekterli2023-09-271-1/+0
* Add another is_match member function to dfa fuzzy matcher that doesn'tTor Egge2023-09-251-3/+31
* Add prefix_size constructor argument to DfaFuzzyMatcher.Tor Egge2023-09-221-3/+56
* Add class that uses a LevenshteinDfa to perform fuzzy matching in a dictionary.Geir Storli2023-09-181-0/+17