aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/matching/matching_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* 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
* 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
* - Make the MatchContext value object movable.Henning Baldersheim2023-05-261-4/+3
* 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-091-2/+2
* Move ranking config to configdefinitions module.Tor Egge2023-05-091-2/+2
* Revert "Move ranking config to configdefinitions module"Harald Musum2023-05-081-2/+2
* Move ranking config to configdefinitions module.Tor Egge2023-05-081-2/+2
* Move search::FeatureValues to vespalib::FeatureValues in preparation forTor Egge2023-04-251-1/+2
* - Remove the explicit close method in SessionManager. Just do it in destructo...Henning Baldersheim2023-01-171-10/+10
* Expose SameElement query terms to ranking.Geir Storli2023-01-121-3/+3
* To prevent against damages caused by excessive hits/offset param being sent d...Henning Baldersheim2022-10-031-10/+30
* thread bundle now available when calculating the global filterHåvard Pettersen2022-09-121-2/+4
* Fetch target active from bucketdb.Henning Baldersheim2022-09-111-54/+55
* Revert "Revert "Unify access to assets needed during rank-setup.""Henning Baldersheim2022-09-071-4/+12
* Revert "Unify access to assets needed during rank-setup."Tor Egge2022-09-071-12/+4
* Unify access to assets needed during rank-setup.Henning Baldersheim2022-09-061-4/+12
* perform rank profiling when appropriateHåvard Pettersen2022-08-261-1/+1
* Minor code health.Henning Baldersheim2022-08-231-19/+19
* Avoid using vespalib::Identifiable.Henning Baldersheim2022-05-271-5/+6
* Auto-adjust global filter tuning parameters to handle searchable-copies > 1.Geir Storli2022-05-121-18/+65
* Let the InvocationService drive the clock instead of having its own ticking l...Henning Baldersheim2022-03-031-3/+3
* remap feature namesArne H Juul2022-01-131-0/+56
* use first phase ranking to verify match feature orderingHåvard Pettersen2021-11-041-0/+1
* calculate match featuresHåvard Pettersen2021-11-041-37/+122
* Add and clarify on-first-phaseHenning Baldersheim2021-10-271-0/+13
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* external ranking expressionsHåvard Pettersen2021-05-201-1/+1
* Revert "external ranking expressions"Harald Musum2021-05-201-1/+1
* external ranking expressionsHåvard Pettersen2021-05-181-1/+1
* add 'is_search' flag when creating match tools factoryHåvard Pettersen2021-03-251-2/+2
* When making callbacks like notifying about new bucket show the gurad that is ...Henning Baldersheim2021-02-141-1/+2
* use SimpleValue instead of EngineOrFactoryArne Juul2020-12-021-4/+4
* cleanup unused includeArne Juul2020-11-271-1/+0
* handle both engine- and factory-based tensorsArne Juul2020-10-151-2/+3
* Add noexcept as indicated by -WnoeexceptHenning Baldersheim2020-10-071-1/+1
* Reuse document meta store state from prepare step instead of doingTor Egge2020-10-061-1/+1
* handle onnx models configHåvard Pettersen2020-09-011-1/+1
* Prepare to support matched-elements-only for arrays and weighted sets of prim...Geir Storli2020-05-201-10/+10
* Use enable_shared_from_this to simplify interface and keep the details local.Henning Baldersheim2020-02-171-1/+1
* c_str -> dataHenning Baldersheim2020-01-211-1/+1
* Revert "Revert "Balder/remove steadytimestamp 2""Henning Baldersheim2019-12-161-3/+2
* Revert "Balder/remove steadytimestamp 2"Henning Baldersheim2019-12-161-2/+3
* Use std::chrono.Henning Baldersheim2019-12-091-3/+2
* Reduce code visibility and minor cleanup.Henning Baldersheim2019-11-271-9/+10
* Specify UTC explicitHenning Baldersheim2019-11-181-7/+0