aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/matching/querynodes.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Avoid createing the FieldSpec on the fly.Henning Baldersheim2023-07-281-18/+18
* Add noexceptHenning Baldersheim2023-07-271-7/+5
* Use a smallvector to avoid indirection in most common case, and reserve some ...Henning Baldersheim2023-05-221-1/+1
* Reduce included code.Henning Baldersheim2023-05-121-1/+1
* Deinline large destructors and clean up some code based on clion hints.Henning Baldersheim2023-02-011-12/+15
* Expose SameElement query terms to ranking.Geir Storli2023-01-121-1/+4
* Some c++ cleanup while reading code.Henning Baldersheim2022-09-051-4/+4
* Extend ITermData with a function to get the name of a query tensor a term is ...Geir Storli2022-06-301-53/+60
* Introducing fuzzy searchAlexey Chernyshev2022-03-231-0/+2
* use same name for abstract node typesArne H Juul2021-10-191-2/+2
* use custom types for true/false (NodeTypes::True, ProtonTrue, etc)Arne H Juul2021-10-191-1/+4
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Prevent expensive method from being inlined as it hides the cost.Henning Baldersheim2021-03-251-3/+2
* Revert "- Avoid inlining exchange_location_nodes to be able to see its execut...Henning Baldersheim2021-03-251-2/+3
* - Avoid inlining exchange_location_nodes to be able to see its execution cost...Henning Baldersheim2021-03-251-3/+2
* remove "termindex" which is always -1Arne Juul2019-11-211-1/+0
* Add skeleton for NearestNeighborTerm in C++.Geir Storli2019-11-191-0/+2
* Expose absolute values for document frequency in ITermFieldData (as needed by...Geir Storli2019-06-121-1/+1
* Make it possible for rank features to request which match data that should be...Geir Storli2019-05-211-1/+2
* Avoid inline errors.Henning Baldersheim2018-06-031-3/+5
* Remove termlikeness and expect fully qualified names for children from the qrs.Henning Baldersheim2018-05-291-8/+9
* Add initial support for SameElement in backend too.Henning Baldersheim2018-05-251-0/+3
* Nested namespace and default destructorsHenning Baldersheim2018-04-031-5/+2
* 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
* Deinline as compiler makes the best choices.Henning Baldersheim2017-05-091-1/+8
* Do not include fastos.h in header files.Henning Baldersheim2016-12-191-1/+0
* Methods in anonymous functions must be used in compilation units, or be decla...Henning Baldersheim2016-08-291-4/+3
* Rename NonFinal to Base after feedback from havardpe.Henning Baldersheim2016-06-201-5/+5
* Inline final method.Henning Baldersheim2016-06-161-1/+1
* override final, or final overrideHenning Baldersheim2016-06-161-8/+13
* Add final to enable compiler to inline/optimize a lot more.Henning Baldersheim2016-06-161-5/+5
* PublishJon Bratseth2016-06-151-0/+152