summaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Expand)AuthorAgeFilesLines
* Use enums for remaining container metrics.yngveaasheim2023-03-151-2/+2
* Deprecate creatorJon Bratseth2023-03-144-21/+25
* Merge pull request #26347 from vespa-engine/bjorncs/global-phaseBjørn Christian Seime2023-03-082-20/+10
|\
| * Only setup `RankProfilesEvaluator` for schemas with 'global-phase'Bjørn Christian Seime2023-03-072-20/+10
* | Listen to correct trace.query parameterJo Kristian Bergum2023-03-071-5/+3
|/
* use same criteria for rescale as second-phase doesArne Juul2023-03-061-4/+6
* use common utility and constantArne Juul2023-03-022-2/+4
* Merge pull request #26229 from vespa-engine/arnej/global-phase-data-from-proxyArne H Juul2023-03-012-38/+56
|\
| * - fail component creation on invalid config.Arne Juul2023-03-012-20/+13
| * use GlobalPhaseData from proxyArne Juul2023-02-281-38/+10
| * extract GlobalPhaseData from rank-profiles configArne Juul2023-02-281-0/+53
* | Introduce feature flag to enable global phaseBjørn Christian Seime2023-02-281-1/+4
|/
* Merge pull request #26179 from vespa-engine/arnej/add-new-components-4Arne H Juul2023-02-2810-5/+454
|\
| * rename factory class alsoArne Juul2023-02-282-4/+4
| * rename classes after reviewArne Juul2023-02-284-11/+11
| * make implementation details package privateArne Juul2023-02-283-3/+3
| * split out rerankHits and add adjust of scores just like second-phase adjustmentArne Juul2023-02-272-35/+92
| * remove loop which was guaranteed to run exactly onceArne Juul2023-02-271-7/+5
| * add Override annotationsArne Juul2023-02-271-1/+4
| * add new components for global-phase handlingArne Juul2023-02-249-5/+396
* | Let weakand replacement operate on YQLJon Bratseth2023-02-272-3/+3
|/
* Predict best case overhead during autoscalingJon Bratseth2023-02-181-10/+3
* Add string command to index info config.Tor Egge2023-02-154-32/+46
* add model-evaluation as a dependency for container-searchArne Juul2023-02-101-0/+8
* Support configuring BCP structureJon Bratseth2023-02-071-0/+5
* Add flag deciding if we should keep success filesHarald Musum2023-02-032-6/+25
* Merge pull request #25774 from vespa-engine/bratseth/keep-synthetic-fieldsJon Bratseth2023-01-272-20/+31
|\
| * Keep synthetic fieldsJon Bratseth2023-01-272-20/+31
* | Dealias nn fieldsJon Bratseth2023-01-276-16/+23
|/
* No exception thrownHenning Baldersheim2023-01-261-1/+1
* Merge pull request #25735 from vespa-engine/bratseth/validate-rank-profiles-e...Jon Bratseth2023-01-268-34/+68
|\
| * Validate rank profiles earlyJon Bratseth2023-01-258-34/+68
* | Stack => Deque and gc unused ConfigFileFormatHenning Baldersheim2023-01-251-19/+20
|/
* Replace synchronized Stack with Deque in feed and query path.Henning Baldersheim2023-01-254-54/+43
* - It is a bit of an overkill to use java Stack that is built on java Vector w...Henning Baldersheim2023-01-251-10/+7
* Reduce dependency on container-searchHenning Baldersheim2023-01-251-1/+0
* Move HandlersConfigurerTestWrapper to test scope.Henning Baldersheim2023-01-243-0/+219
* Merge pull request #25662 from vespa-engine/bratseth/fail-on-no-fillJon Bratseth2023-01-212-7/+7
|\
| * Don't count unfilled hits towards successJon Bratseth2023-01-202-7/+7
* | Merge pull request #25663 from vespa-engine/geirst/query-trace-profiling-para...Jon Bratseth2023-01-209-12/+303
|\ \ | |/ |/|
| * Add query trace parameters for profiling backend query evaluation.Geir Storli2023-01-209-12/+303
* | Merge pull request #25650 from vespa-engine/yngveaasheim/Use-containerMetrics...Kristian Aune2023-01-201-30/+31
|\ \
| * | Fix typos.Yngve Aasheim2023-01-201-12/+12
| * | Use ContainerMetrics enums for metric namesYngve Aasheim2023-01-201-30/+31
| |/
* / Use ContainerMetrics enumYngve Aasheim2023-01-201-1/+2
|/
* Unify on Streams.toList()Henning Baldersheim2023-01-171-3/+1
* Merge pull request #25589 from vespa-engine/toregge/relax-validation-of-neare...Geir Storli2023-01-162-15/+41
|\
| * Relax validation of nearest neighbor searcher (java).Tor Egge2023-01-162-15/+41
* | Test direct renderingJon Bratseth2023-01-162-73/+164
* | Support direct tensor renderingJon Bratseth2023-01-146-31/+71