aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/string_search_helper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Wire fuzzy prefix matching support through the query stackTor Brede Vekterli2024-04-191-4/+6
* Use `string_view` for standalone DFA fuzzy match functionTor Brede Vekterli2024-01-181-1/+2
* Update copyrightJon Bratseth2023-10-091-1/+1
* Use DfaTable as default fuzzy matching algorithm for maxEditDistance <= 2.Geir Storli2023-10-031-3/+4
* Make DFA table algorithm selectable at query time.Geir Storli2023-09-261-3/+23
* Integrate DFA-based fuzzy matching.Geir Storli2023-09-251-3/+37
* Add query property to control fuzzy matching algorithm.Geir Storli2023-09-211-1/+3
* Avoid incorrect match for brute force case sensitive prefix search.Tor Egge2023-09-201-1/+1
* - Pack data closer to let config fit in 2 cache lines instead of 4.Henning Baldersheim2023-07-271-1/+1
* Revert "- Pack data closer to let config fit in 2 cache lines instead of 4."Tor Egge2023-07-141-1/+1
* - Pack data closer to let config fit in 2 cache lines instead of 4.Henning Baldersheim2023-07-061-1/+1
* Extract ucs4 and take ownership to avoid the dirty code using a mutext protec...Henning Baldersheim2023-05-231-5/+5
* - Use unique_ptr to hide FuzzyMatcher to make most common SearchContext smaller.Henning Baldersheim2022-10-171-11/+10
* Supporting cased match for fuzzy operatorAlexey Chernyshev2022-05-041-8/+9
* Propagating annotations for fuzzy queryAlexey Chernyshev2022-04-071-1/+4
* Move StringSearchHelper out from stringbase.{h,cpp}.Tor Egge2022-03-311-0/+65