aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/query/tree/stackdumpquerycreator.h
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in getter-functionTor Brede Vekterli2024-04-231-1/+1
* Wire fuzzy prefix matching support through the query stackTor Brede Vekterli2024-04-191-3/+7
* Add InTerm to backend.Tor Egge2023-11-241-0/+4
* Update copyrightJon Bratseth2023-10-091-1/+1
* If a range is represented as a StringTerm we can not handle it with a DWA.Henning Baldersheim2023-07-131-1/+1
* Separate out non templated code, and avoid magic pre include LOG_SETUP.Henning Baldersheim2023-07-131-24/+9
* Use targetHits in nearestNeighbor streaming searcher.Geir Storli2023-04-251-3/+3
* Expose SameElement query terms to ranking.Geir Storli2023-01-121-1/+3
* Propagating annotations for fuzzy queryAlexey Chernyshev2022-04-071-1/+3
* Introducing fuzzy searchAlexey Chernyshev2022-03-231-0/+2
* handle new itemsArne H Juul2021-10-191-0/+4
* report more issues from searchlibHÃ¥vard Pettersen2021-10-151-4/+5
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Report errors when there are too few items on the stack.Henning Baldersheim2021-03-301-3/+6
* - Let DotProduct,Wand and WeightedSet be Term nodes in the query tree as they...Henning Baldersheim2021-03-291-7/+34
* - Use faster std::to_chars.Henning Baldersheim2021-03-281-1/+1
* add distanceThreshold option for nearestNeighbor operatorArne Juul2021-01-081-1/+3
* wire in using new JSON-lite location formatArne Juul2020-08-181-1/+3
* remove debug printingArne Juul2020-07-151-4/+0
* fix bugsArne Juul2020-07-151-0/+4
* finish rewrite to use GeoLocationArne Juul2020-07-151-1/+2
* handle locations in query for getdocsumArne Juul2020-07-151-6/+0
* use GeoLocationSpec in query::Location alsoArne Juul2020-07-151-2/+6
* more descriptive enum name for geo location termArne Juul2020-07-151-1/+1
* clean up various issues with ParseItem classArne Juul2020-07-091-3/+6
* use correct variable typeArne Juul2020-03-031-1/+1
* be more specific in StackDumpIterator APIArne Juul2020-03-021-10/+14
* extend NearestNeighborItemArne Juul2020-03-021-1/+4
* remove "termindex" which is always -1Arne Juul2019-11-211-1/+0
* Add skeleton for NearestNeighborTerm in C++.Geir Storli2019-11-191-0/+7
* GC unused code as tld is gone.Henning Baldersheim2019-11-161-4/+0
* Remove stringref::c_str()Tor Brede Vekterli2018-07-251-1/+1
* Remove termlikeness and expect fully qualified names for children from the qrs.Henning Baldersheim2018-05-291-3/+1
* addPhrase -> addSameElementHenning Baldersheim2018-05-251-1/+1
* Add initial support for SameElement in backend too.Henning Baldersheim2018-05-251-5/+8
* 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
* Fix warnings hidden earlier due to including application headers as system in...Henning Baldersheim2017-05-031-1/+1
* Do not bring in nbostream everywhere.Henning Baldersheim2016-12-121-1/+1
* Include asciistream in implementation only.Henning Baldersheim2016-12-121-0/+1
* Include asciistream in implementation only.Henning Baldersheim2016-12-121-3/+0
* Just get the term and th eindex name directly from the iterator.Henning Baldersheim2016-09-241-21/+8
* Provide more state info on query parsing errors.Henning Baldersheim2016-09-211-1/+0
* Add some more error reporting so that we can figure out what is wrong.Henning Baldersheim2016-09-211-7/+16
* If error, do not commence.Henning Baldersheim2016-09-211-1/+1
* refactor for readabilityHenning Baldersheim2016-09-211-127/+116
* Break out on errorHenning Baldersheim2016-09-211-1/+1