aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/string_search_helper.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Integrate DFA-based fuzzy matching.Geir Storli2023-09-251-1/+9
* 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
* Use uint32_t as ucs4_tHenning Baldersheim2023-07-251-1/+1
* Use WordFolder as helper instead of inheriting static stuff.Henning Baldersheim2023-07-251-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-6/+5
* Add space after noexceptHenning Baldersheim2022-10-171-4/+4
* - Use unique_ptr to hide FuzzyMatcher to make most common SearchContext smaller.Henning Baldersheim2022-10-171-8/+10
* Move StringSearchHelper out from stringbase.{h,cpp}.Tor Egge2022-03-311-0/+43