aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/matching/matcher.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Make match method more readableHenning Baldersheim2023-06-291-1/+7
* Propagate DocumentMetaStore read gaurd to RequestContext.Henning Baldersheim2023-05-091-0/+1
* Move ranking config to configdefinitions module.Tor Egge2023-05-091-3/+3
* Revert "Move ranking config to configdefinitions module"Harald Musum2023-05-081-3/+3
* Move ranking config to configdefinitions module.Tor Egge2023-05-081-3/+3
* Move search::FeatureValues to vespalib::FeatureValues in preparation forTor Egge2023-04-251-3/+3
* Normalize includes in searchcore and searchlib.Tor Egge2022-09-281-2/+2
* thread bundle now available when calculating the global filterHåvard Pettersen2022-09-121-1/+2
* Remove void TODO, and mark some methods const.Henning Baldersheim2022-09-121-4/+4
* Fetch target active from bucketdb.Henning Baldersheim2022-09-111-0/+1
* Revert "Revert "Unify access to assets needed during rank-setup.""Henning Baldersheim2022-09-071-10/+4
* Revert "Unify access to assets needed during rank-setup."Tor Egge2022-09-071-4/+10
* Rename variables to reflect the extendend purpose.Henning Baldersheim2022-09-071-1/+1
* Unify access to assets needed during rank-setup.Henning Baldersheim2022-09-061-10/+4
* Remove inlining warnings (searchcore).Tor Egge2022-02-261-0/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* external ranking expressionsHåvard Pettersen2021-05-201-1/+2
* Revert "external ranking expressions"Harald Musum2021-05-201-2/+1
* external ranking expressionsHåvard Pettersen2021-05-181-1/+2
* add 'is_search' flag when creating match tools factoryHåvard Pettersen2021-03-251-1/+1
* gc last usages of closuresHenning Baldersheim2021-01-261-1/+0
* handle onnx models configHåvard Pettersen2020-09-011-1/+2
* Prepare to support matched-elements-only for arrays and weighted sets of prim...Geir Storli2020-05-201-5/+5
* Do not start adjustment of soft timeout factor until 5 minutes have passed.Henning Baldersheim2019-12-201-5/+0
* Reduce code visibility and minor cleanup.Henning Baldersheim2019-11-271-5/+7
* introduce separate docsum matcher classHåvard Pettersen2019-09-231-6/+7
* added function identifying which elements matchedHåvard Pettersen2019-09-191-0/+20
* Do not allow adjustment of soft timout factor the first 60 seconds after a ma...Henning Baldersheim2019-08-291-0/+2
* Adjust forward declarations in searchcore.Tor Egge2019-02-021-1/+1
* Wire in the attribute execution via the IAttributeContext.Henning Baldersheim2018-08-271-19/+16
* - Add option to increment an attribute for every doc matched.Henning Baldersheim2018-08-271-5/+9
* Add rankprofile to log message.Henning Baldersheim2018-05-111-40/+22
* Use standard locking in searchcore (pass 1).Tor Egge2017-12-111-2/+2
* Deinline large destructor and uses nested namespaceHenning Baldersheim2017-08-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
* Enable query override forHenning Baldersheim2017-01-311-1/+2
* Revert "Revert "Balder/return timeout information up 4""Henning Baldersheim2017-01-261-1/+0
* Revert "Balder/return timeout information up 4"Henning Baldersheim2017-01-261-0/+1
* Allow for control of soft timeout.Henning Baldersheim2017-01-251-1/+0
* Use forward declarations to avoid rebuilding the world when modifying the pac...Henning Baldersheim2016-11-171-7/+10
* Sometime forward declaration make the world of difference.Henning Baldersheim2016-11-161-6/+8
* Introduce softdoom. This is computed based on statistics from earlier requests.Henning Baldersheim2016-11-161-10/+3
* Wire in constant value repo from doc subdb to index environment.Geir Storli2016-08-301-4/+7
* Move code from header to cpp and put some in anonymous namespace.Henning Baldersheim2016-07-071-10/+1
* Refactor for readability.Henning Baldersheim2016-07-071-2/+13