aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/matching/matcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Return early with error if timed out during query setup.Henning Baldersheim2023-09-201-0/+4
* Wire in initial soft-timeout factor from rank-profileHenning Baldersheim2023-08-071-7/+5
* Expose bitvector of valid lids and use this when grouping.Henning Baldersheim2023-07-041-2/+7
* Merge pull request #27602 from vespa-engine/balder/compute-rank-if-using-rank...Henning Baldersheim2023-07-031-6/+10
|\
| * Do not drop rank if rank-score-drop-limit has been specified explicit.Henning Baldersheim2023-06-301-6/+10
* | Fix format strings.Tor Egge2023-07-021-3/+4
|/
* Merge pull request #27578 from vespa-engine/balder/log-lessHenning Baldersheim2023-06-291-69/+82
|\
| * - Better naming of time constant.Henning Baldersheim2023-06-291-11/+16
| * Make match method more readableHenning Baldersheim2023-06-291-67/+74
| * Also log count.Henning Baldersheim2023-06-291-2/+2
| * Only log information first 10 occurences and then every 100th.Henning Baldersheim2023-06-291-3/+4
* | Add flag for controling nested multivalue grouping.Henning Baldersheim2023-06-281-1/+1
|/
* Avoid double negation to improve readability.Henning Baldersheim2023-06-261-4/+4
* Also consider query time override of rank-score-drop-limitHenning Baldersheim2023-06-231-3/+5
* The AttributeContext is a short lived cache for attributes guards. Until we u...Henning Baldersheim2023-05-261-3/+9
* Propagate DocumentMetaStore read gaurd to RequestContext.Henning Baldersheim2023-05-091-3/+5
* Move ranking config to configdefinitions module.Tor Egge2023-05-091-1/+1
* Revert "Move ranking config to configdefinitions module"Harald Musum2023-05-081-1/+1
* Move ranking config to configdefinitions module.Tor Egge2023-05-081-1/+1
* Move search::FeatureValues to vespalib::FeatureValues in preparation forTor Egge2023-04-251-1/+1
* Allow override of keep-rank-count via the internal vespa.hitcollector.arraysi...Henning Baldersheim2022-11-181-1/+3
* Normalize includes in searchcore.Tor Egge2022-09-271-1/+1
* more convenient ThreadBundle::runHåvard Pettersen2022-09-141-2/+2
* thread bundle now available when calculating the global filterHåvard Pettersen2022-09-121-5/+7
* Remove void TODO, and mark some methods const.Henning Baldersheim2022-09-121-5/+4
* Fetch target active from bucketdb.Henning Baldersheim2022-09-111-2/+4
* Propagate target-active-docs in monitor reply.Henning Baldersheim2022-09-091-1/+1
* Revert "Revert "Unify access to assets needed during rank-setup.""Henning Baldersheim2022-09-071-12/+6
* Revert "Unify access to assets needed during rank-setup."Tor Egge2022-09-071-6/+12
* Rename variables to reflect the extendend purpose.Henning Baldersheim2022-09-071-2/+2
* Unify access to assets needed during rank-setup.Henning Baldersheim2022-09-061-12/+6
* Consistent naming of warnings during rank expression compilation.Henning Baldersheim2022-08-171-1/+2
* Add rank setup compile errors to error message.Henning Baldersheim2022-08-151-1/+3
* avoid nullptr derefHåvard Pettersen2022-06-211-3/+3
* Remove no longer used metrics for Vespa 8.Geir Storli2022-06-081-1/+0
* make soft doom factor atomicHåvard Pettersen2022-04-271-2/+1
* Improve and re-structure trace logging from the query setup part of matching.Geir Storli2022-04-261-1/+1
* Revert "Improve and re-structure trace logging from the query setup part of m...Harald Musum2022-04-261-1/+1
* Improve and re-structure trace logging from the query setup part of matching.Geir Storli2022-04-251-1/+1
* Let the InvocationService drive the clock instead of having its own ticking l...Henning Baldersheim2022-03-031-1/+1
* Remove inlining warnings (searchcore).Tor Egge2022-02-261-0/+2
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* external ranking expressionsHåvard Pettersen2021-05-201-11/+12
* Revert "external ranking expressions"Harald Musum2021-05-201-12/+11
* external ranking expressionsHåvard Pettersen2021-05-181-11/+12
* add 'is_search' flag when creating match tools factoryHåvard Pettersen2021-03-251-4/+4
* handle onnx models configHåvard Pettersen2020-09-011-2/+2
* Add a rank feature that will use the distribution key to provide a globally u...Henning Baldersheim2020-06-221-1/+1
* Prepare to support matched-elements-only for arrays and weighted sets of prim...Geir Storli2020-05-201-3/+3