aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/matching
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-0929-30/+30
* Use DfaTable as default fuzzy matching algorithm for maxEditDistance <= 2.Geir Storli2023-10-031-4/+4
* Revert "Use DfaTable as default fuzzy matching algorithm for maxEditDistance ...Henning Baldersheim2023-10-021-4/+4
* Use DfaTable as default fuzzy matching algorithm for maxEditDistance <= 2.Geir Storli2023-10-021-4/+4
* Wire in doom and let hitrate be a float intHenning Baldersheim2023-09-221-3/+3
* Add query property to control fuzzy matching algorithm.Geir Storli2023-09-211-6/+14
* Control the auto-adjustment of targetHits in ANN using post-filtering.Geir Storli2023-08-151-8/+13
* Avoid createing the FieldSpec on the fly.Henning Baldersheim2023-07-282-23/+19
* - Make the MatchContext value object movable.Henning Baldersheim2023-05-261-4/+3
* Use a smallvector to avoid indirection in most common case, and reserve some ...Henning Baldersheim2023-05-221-2/+2
* As a single field per blueprint is the common use case, make that optimal mor...Henning Baldersheim2023-05-121-1/+1
* Wire the metastore read guard all the way and use it, if present.Henning Baldersheim2023-05-091-3/+2
* Propagate DocumentMetaStore read gaurd to RequestContext.Henning Baldersheim2023-05-092-3/+3
* Export moved config definitions.Tor Egge2023-05-091-1/+0
* Move ranking config to configdefinitions module.Tor Egge2023-05-093-7/+10
* Revert "Move ranking config to configdefinitions module"Harald Musum2023-05-083-10/+7
* Move ranking config to configdefinitions module.Tor Egge2023-05-083-7/+10
* Move search::FeatureValues to vespalib::FeatureValues in preparation forTor Egge2023-04-251-1/+2
* Drop ranking assets repo from SearchableDocSubDB.Tor Egge2023-02-031-17/+12
* separate profiling depth parametersHåvard Pettersen2023-01-191-1/+1
* - Remove the explicit close method in SessionManager. Just do it in destructo...Henning Baldersheim2023-01-171-10/+10
* Only attribute fields can represent virtual fields.Geir Storli2023-01-131-7/+13
* Imported attributes can also represent virtual fields.Geir Storli2023-01-131-2/+2
* Expose SameElement query terms to ranking.Geir Storli2023-01-127-26/+37
* Extract virtual fields in the index environment.Geir Storli2023-01-041-0/+35
* Change from typedef to using in searchcore.Geir Storli2022-12-212-5/+5
* explicit default filterHåvard Pettersen2022-10-311-0/+3
* To prevent against damages caused by excessive hits/offset param being sent d...Henning Baldersheim2022-10-031-10/+30
* Update searchcore/src/tests/proton/matching/unpacking_iterators_optimizer/unp...Henning Baldersheim2022-09-131-1/+1
* Update searchcore/src/tests/proton/matching/unpacking_iterators_optimizer/unp...Henning Baldersheim2022-09-131-1/+1
* Disable splitting of same-element until we can also handle that with matched-...Henning Baldersheim2022-09-131-57/+49
* thread bundle now available when calculating the global filterHåvard Pettersen2022-09-122-6/+11
* Merge pull request #24011 from vespa-engine/havardpe/global-filter-as-interfaceHenning Baldersheim2022-09-121-7/+6
|\
| * GlobalFilter is now an interfaceHåvard Pettersen2022-09-121-7/+6
* | Fetch target active from bucketdb.Henning Baldersheim2022-09-111-54/+55
|/
* Merge pull request #23974 from vespa-engine/balder/cancel-unhealty-correlatio...Henning Baldersheim2022-09-082-6/+101
|\
| * Unify code and only set up RangeLocator when degradation is enabled.Henning Baldersheim2022-09-081-2/+0
| * Find and locate range query item in the 'and' path of a query.Henning Baldersheim2022-09-082-6/+103
* | Revert "Revert "Unify access to assets needed during rank-setup.""Henning Baldersheim2022-09-073-26/+56
|/
* Revert "Unify access to assets needed during rank-setup."Tor Egge2022-09-073-56/+26
* Unify access to assets needed during rank-setup.Henning Baldersheim2022-09-063-26/+56
* Some c++ cleanup while reading code.Henning Baldersheim2022-09-051-22/+20
* - Use c++11 for loopsHenning Baldersheim2022-09-041-3/+7
* Remove option to delay phrases and same-element. The gain is smaller than the...Henning Baldersheim2022-08-311-54/+14
* perform rank profiling when appropriateHåvard Pettersen2022-08-261-1/+1
* Wire in profile_depthHenning Baldersheim2022-08-261-1/+1
* Minor code health.Henning Baldersheim2022-08-231-19/+19
* Reduce code duplication by using fef::QueryValue in RequestContext implementa...Geir Storli2022-07-051-8/+15
* avoid nullptr derefHåvard Pettersen2022-06-211-1/+1
* Remove no longer used metrics for Vespa 8.Geir Storli2022-06-081-22/+4