aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/string_search_helper.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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