aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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-248-5/+395
| |
* | Let weakand replacement operate on YQLJon Bratseth2023-02-271-0/+3
|/
* Add string command to index info config.Tor Egge2023-02-152-17/+26
| | | | Use index info to validate fuzzy query terms.
* Add flag deciding if we should keep success filesHarald Musum2023-02-031-3/+9
| | | | flag is false by default
* Merge pull request #25774 from vespa-engine/bratseth/keep-synthetic-fieldsJon Bratseth2023-01-271-4/+9
|\ | | | | Keep synthetic fields
| * Keep synthetic fieldsJon Bratseth2023-01-271-4/+9
| |
* | Dealias nn fieldsJon Bratseth2023-01-273-5/+6
|/
* No exception thrownHenning Baldersheim2023-01-261-1/+1
|
* Merge pull request #25735 from ↵Jon Bratseth2023-01-263-13/+38
|\ | | | | | | | | vespa-engine/bratseth/validate-rank-profiles-early Validate rank profiles early
| * Validate rank profiles earlyJon Bratseth2023-01-253-13/+38
| |
* | Stack => Deque and gc unused ConfigFileFormatHenning Baldersheim2023-01-251-19/+20
|/
* Replace synchronized Stack with Deque in feed and query path.Henning Baldersheim2023-01-253-41/+32
|
* 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 success
| * Don't count unfilled hits towards successJon Bratseth2023-01-202-7/+7
| |
* | Merge pull request #25663 from ↵Jon Bratseth2023-01-206-10/+215
|\ \ | |/ |/| | | | | vespa-engine/geirst/query-trace-profiling-parameters Add query trace parameters for profiling backend query evaluation.
| * Add query trace parameters for profiling backend query evaluation.Geir Storli2023-01-206-10/+215
| | | | | | | | | | With this change, profiling of matching, first-phase ranking, and second-phase ranking can be tuned separately.
* | Merge pull request #25650 from ↵Kristian Aune2023-01-201-30/+31
|\ \ | | | | | | | | | | | | vespa-engine/yngveaasheim/Use-containerMetrics-enum Use ContainerMetrics enum more places
| * | 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 ↵Geir Storli2023-01-161-11/+26
|\ | | | | | | | | vespa-engine/toregge/relax-validation-of-nearest-neighbor-searcher Relax validation of nearest neighbor searcher (java).
| * Relax validation of nearest neighbor searcher (java).Tor Egge2023-01-161-11/+26
| | | | | | | | Relax validation of nearest neighbor iterator (C++).
* | 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
|/
* Parse tensor JSON values at rootJon Bratseth2023-01-121-1/+1
| | | | | | | | | | Our current tensor JSON formats require a "blocks", "cells" or "values" key at the root, containing values in various forms. This adds support for skipping that extra level and adding content at the root, where the permissible content format depends on the tensor type, and matches the formats below "blocks", "cells" or "values" for the corresponding tensor types.
* Merge pull request #21773 from vespa-engine/jonmv/multi-range-item-2Henning Baldersheim2023-01-082-0/+435
|\ | | | | Jonmv/multi range item 2
| * Update ABI specjonmv2022-10-262-2/+2
| |
| * Serialise as a composite item for nowjonmv2022-10-262-2/+7
| |
| * Handle dominated query pointsjonmv2022-10-261-6/+15
| |
| * Separate handling of different number typesjonmv2022-10-262-64/+107
| |
| * Rebase, change to JUnit5, update ABI specjonmv2022-10-261-1/+1
| |
| * Add test that fails nowJon Marius Venstad2022-10-261-3/+22
| |
| * Add MultiTermItem and MultiRangeItem, draftJon Marius Venstad2022-10-262-0/+359
| |
* | No functional changesJon Bratseth2023-01-061-1/+1
| |
* | Add a metric query_timeout with same naming, unit as query_latency.Henning Baldersheim2023-01-021-0/+3
| | | | | | | | This tracks the timeout given to the query.
* | Don't warn when 1 node is downJon Bratseth2022-12-291-7/+15
| |
* | Introduce Autoscsaling result objectJon Bratseth2022-12-132-5/+6
| |
* | 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-0215-165/+109
| |