aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/parsequery
Commit message (Expand)AuthorAgeFilesLines
* - Hide recall terms from ranking.Henning Baldersheim2024-02-191-20/+20
* Empty index => 'default' indexHenning Baldersheim2024-02-062-0/+4
* Wire QueryNormalization in to JuniperQueryAdapter and use it there.Henning Baldersheim2024-02-051-10/+29
* Add InTerm to backend.Tor Egge2023-11-243-10/+79
* Check for end of buffer when reading value.Tor Egge2023-11-202-55/+35
* Merge pull request #29377 from vespa-engine/toregge/avoid-reading-beyond-end-...v8.261.39Henning Baldersheim2023-11-192-7/+20
|\
| * Avoid reading beyond end of stack dump buffer.Tor Egge2023-11-182-7/+20
* | Hide PredicateQueryTerm definition.Tor Egge2023-11-182-3/+12
|/
* Move helper methods to anonymous namespace.Henning Baldersheim2023-11-042-24/+24
* Revert "No need to specify your own namespace."Henning Baldersheim2023-11-042-24/+24
* Move helper methods to anonymous namespace.Henning Baldersheim2023-11-032-24/+24
* Use 8 bit enum.Henning Baldersheim2023-11-021-1/+1
* Update copyrightJon Bratseth2023-10-096-6/+6
* Avoid unaligned read while decoding serialized query stack dump.Tor Egge2023-10-031-3/+4
* Improve handling of query items TRUE and FALSE.Tor Egge2023-06-011-0/+1
* Use targetHits in nearestNeighbor streaming searcher.Geir Storli2023-04-251-1/+1
* Normalize includes in searchcore and searchlib.Tor Egge2022-09-281-1/+1
* Avoid multiple definitions of juniper::QueryItem.Tor Egge2022-09-102-9/+23
* GC some old unused code with ancient 'goto'.....Henning Baldersheim2022-08-291-1/+0
* fix undefined behavior in unit testsHÃ¥vard Pettersen2022-06-091-6/+8
* Propagating annotations for fuzzy queryAlexey Chernyshev2022-04-072-1/+18
* Remove unused item enum and add note on limitations on number of item types.Geir Storli2022-03-251-1/+2
* Introducing fuzzy searchAlexey Chernyshev2022-03-232-2/+4
* Use 7 inste4ad ofo 30 for MultiTermItemJon Marius Venstad2022-03-221-2/+2
* Reserve slot for MultiTermItem in serialisation format tableJon Marius Venstad2022-03-181-2/+2
* add ITEM_TRUE and ITEM_FALSE query nodesArne H Juul2021-10-182-2/+8
* Update 2017 copyright notices.gjoranv2021-10-075-5/+5
* - Based on feedback from callgrind and perf add hint about most likely branch...Henning Baldersheim2021-03-311-2/+2
* - Let DotProduct,Wand and WeightedSet be Term nodes in the query tree as they...Henning Baldersheim2021-03-292-5/+4
* - Simplify code by catching exception in one place.Henning Baldersheim2021-03-292-137/+101
* - No need for _currCreator member, it can be constructed from _currFlags when...Henning Baldersheim2021-03-292-34/+24
* - Use faster std::to_chars.Henning Baldersheim2021-03-282-55/+47
* expect QRS to always send distance thresholdArne Juul2021-02-241-7/+4
* only send distanceThreshold conditionallyArne Juul2021-01-081-1/+7
* add distanceThreshold option for nearestNeighbor operatorArne Juul2021-01-082-0/+2
* Add noexcept as indicated by -WnoeexceptHenning Baldersheim2020-10-071-1/+1
* more descriptive enum name for geo location termArne Juul2020-07-152-2/+2
* clean up various issues with ParseItem classArne Juul2020-07-097-403/+10
* be more specific in StackDumpIterator APIArne Juul2020-03-022-29/+26
* extend NearestNeighborItemArne Juul2020-03-021-1/+3
* remove "termindex" which is always -1Arne Juul2019-11-211-7/+0
* Add skeleton for NearestNeighborTerm in C++.Geir Storli2019-11-192-1/+13
* Simplify how to read numbers.Geir Storli2019-11-182-43/+48
* Simplify how to read strings.Geir Storli2019-11-182-107/+86
* GC unused code as tld is gone.Henning Baldersheim2019-11-166-378/+6
* Adjust some types in searchlib module.Tor Egge2019-03-161-1/+1
* Fix format strings in searchlib module.Tor Egge2019-03-121-4/+4
* Eliminate some clang warnings in searchlibTor Egge2019-02-082-2/+2
* Ensure that we can print ITEM_WORD_ALTERNATIVES too.Henning Baldersheim2019-01-043-208/+143
* Pass stringref by valueHenning Baldersheim2018-08-112-2/+2