summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search
Commit message (Expand)AuthorAgeFilesLines
* Add test showing behaviour when using 0Henning Baldersheim2023-03-221-0/+1
* It is enough to have a single document to verify that the corpus is OK.Henning Baldersheim2023-03-221-1/+1
* Avoid using Hit.fields()Henning Baldersheim2023-03-212-5/+7
* Allocate array once by presizingHenning Baldersheim2023-03-211-1/+1
* Deprecate creatorJon Bratseth2023-03-141-2/+2
* Only setup `RankProfilesEvaluator` for schemas with 'global-phase'Bjørn Christian Seime2023-03-072-20/+10
* use same criteria for rescale as second-phase doesArne Juul2023-03-061-4/+6
* use common utility and constantArne Juul2023-03-022-2/+4
* - 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
* Merge pull request #26179 from vespa-engine/arnej/add-new-components-4Arne H Juul2023-02-288-0/+429
|\
| * rename factory class alsoArne Juul2023-02-282-4/+4
| * rename classes after reviewArne Juul2023-02-283-8/+8
| * 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
| * add Override annotationsArne Juul2023-02-271-1/+4
| * add new components for global-phase handlingArne Juul2023-02-247-0/+369
* | Let weakand replacement operate on YQLJon Bratseth2023-02-271-0/+3
|/
* Add string command to index info config.Tor Egge2023-02-151-17/+16
* Add flag deciding if we should keep success filesHarald Musum2023-02-031-3/+9
* Merge pull request #25774 from vespa-engine/bratseth/keep-synthetic-fieldsJon Bratseth2023-01-271-4/+9
|\
| * Keep synthetic fieldsJon Bratseth2023-01-271-4/+9
* | Dealias nn fieldsJon Bratseth2023-01-272-2/+2
|/
* No exception thrownHenning Baldersheim2023-01-261-1/+1
* Validate rank profiles earlyJon Bratseth2023-01-253-13/+38
* Replace synchronized Stack with Deque in feed and query path.Henning Baldersheim2023-01-252-27/+18
* Reduce dependency on container-searchHenning Baldersheim2023-01-251-1/+0
* 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-206-10/+215
|\ \ | |/ |/|
| * Add query trace parameters for profiling backend query evaluation.Geir Storli2023-01-206-10/+215
* | 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-161-11/+26
|\
| * Relax validation of nearest neighbor searcher (java).Tor Egge2023-01-161-11/+26
* | Test direct renderingJon Bratseth2023-01-161-8/+3
* | Support direct tensor renderingJon Bratseth2023-01-144-23/+59
* | Use JsonFormat for JSON renderingJon Bratseth2023-01-132-9/+8
|/
* No functional changesJon Bratseth2023-01-061-1/+1
* Don't warn when 1 node is downJon Bratseth2022-12-291-7/+15
* Introduce Autoscsaling result objectJon Bratseth2022-12-131-5/+5
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-0425-25/+26
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-0425-26/+25
* Require explicit modifiable list.Henning Baldersheim2022-12-031-1/+2
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-0225-25/+25
* Revert "Revert "Let list handling catch up with Java 17""Henning Baldersheim2022-12-0213-145/+90
* Revert "Let list handling catch up with Java 17"Bjørn Christian Seime2022-12-0213-90/+145
* Let list handling catch up with Java 17Henning Baldersheim2022-12-0213-145/+90
* Reduce need to access getJDiscRequestHenning Baldersheim2022-11-294-10/+15