aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/query/query_term_ucs4.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Use WordFolder as helper instead of inheriting static stuff.Henning Baldersheim2023-07-251-2/+2
* Extract ucs4 and take ownership to avoid the dirty code using a mutext protec...Henning Baldersheim2023-05-231-5/+14
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* Remove default constructors and simplify.Henning Baldersheim2021-03-051-19/+16
* Keep only one ucs4 buffer, and create the buffer lazy.Henning Baldersheim2021-03-041-17/+29
* Make the SearchTerm enum a small scoped enum and rename to Type.Henning Baldersheim2021-03-041-1/+1
* Rename QueryTermBase -> QueryTermUCS4 and move to separate h and cpp files.Geir Storli2019-11-281-0/+53