aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/query/query_term_simple.h
Commit message (Expand)AuthorAgeFilesLines
* Wire QueryNormalization in to JuniperQueryAdapter and use it there.Henning Baldersheim2024-02-051-11/+2
* Use std::from_chars instead of strtod. Also improve handling of float vs double.Henning Baldersheim2024-01-031-29/+30
* Update copyrightJon Bratseth2023-10-091-1/+1
* Add NearestNeighborQueryNode.Tor Egge2023-04-171-1/+3
* Change from typedef to using in searchlib C++ code.Geir Storli2022-12-211-3/+3
* Propagating annotations for fuzzy queryAlexey Chernyshev2022-04-071-0/+7
* Introducing fuzzy searchAlexey Chernyshev2022-03-231-1/+3
* convert ITEM_GEO_LOCATION_TERM to something usefulArne H Juul2022-01-281-1/+3
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* Support both case sensitive, and case-insensitive search in non-fast-search a...Henning Baldersheim2021-04-221-1/+0
* Remove default constructors and simplify.Henning Baldersheim2021-03-051-5/+4
* Make the SearchTerm enum a small scoped enum and rename to Type.Henning Baldersheim2021-03-041-15/+15
* Move QueryTermSimple to separate h and cpp files.Geir Storli2019-11-281-0/+93