aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/query/querybuilder_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adjust parameter for entries to reserve in term vector.Tor Egge2023-11-241-1/+1
* Add InTerm to backend.Tor Egge2023-11-241-1/+77
* Keep item type and features separate.Tor Egge2023-11-171-1/+1
* Use 8 bit enum.Henning Baldersheim2023-11-021-1/+1
* Update copyrightJon Bratseth2023-10-091-1/+1
* Expose SameElement query terms to ranking.Geir Storli2023-01-121-2/+2
* Change from typedef to using in searchlib C++ code.Geir Storli2022-12-211-75/+72
* Avoid bitwise and with boolean arguments.Tor Egge2022-04-251-7/+23
* Propagating annotations for fuzzy queryAlexey Chernyshev2022-04-071-3/+29
* Introducing fuzzy searchAlexey Chernyshev2022-03-231-2/+14
* use same name for abstract node typesArne H Juul2021-10-191-6/+6
* extend unit testArne H Juul2021-10-191-2/+18
* use custom types for true/false (NodeTypes::True, ProtonTrue, etc)Arne H Juul2021-10-191-0/+4
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Downgrade to string in case of trouble.Henning Baldersheim2021-03-311-1/+2
* Add testing of multiterm and allow mixing and matching of string vs integer.Henning Baldersheim2021-03-301-0/+71
* - Let DotProduct,Wand and WeightedSet be Term nodes in the query tree as they...Henning Baldersheim2021-03-291-26/+35
* - Simplify code by catching exception in one place.Henning Baldersheim2021-03-291-1/+1
* - No need for _currCreator member, it can be constructed from _currFlags when...Henning Baldersheim2021-03-291-1/+1
* - Use faster std::to_chars.Henning Baldersheim2021-03-281-0/+4
* add distanceThreshold option for nearestNeighbor operatorArne Juul2021-01-081-3/+4
* Add noexcept as indicated by -WnoeexceptHenning Baldersheim2020-10-071-2/+2
* finish rewrite to use GeoLocationArne Juul2020-07-151-1/+1
* clean up various issues with ParseItem classArne Juul2020-07-091-1/+0
* extend NearestNeighborItemArne Juul2020-03-021-3/+4
* remove "termindex" which is always -1Arne Juul2019-11-211-24/+0
* Add skeleton for NearestNeighborTerm in C++.Geir Storli2019-11-191-57/+62
* clion adviseHenning Baldersheim2019-03-181-13/+8
* Add more testing of SameElement querybuildingHenning Baldersheim2018-05-291-0/+14
* Remove termlikeness and expect fully qualified names for children from the qrs.Henning Baldersheim2018-05-291-4/+3
* Add some simple SameElement testing.Henning Baldersheim2018-05-251-8/+4
* Test addSameElementHenning Baldersheim2018-05-251-29/+21
* Add initial support for SameElement in backend too.Henning Baldersheim2018-05-251-3/+4
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-011-1/+0
* Provide more state info on query parsing errors.Henning Baldersheim2016-09-211-5/+38
* Add some more error reporting so that we can figure out what is wrong.Henning Baldersheim2016-09-211-3/+1
* Add failing testcase.Henning Baldersheim2016-09-211-0/+10
* PublishJon Bratseth2016-06-151-0/+615