aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Reduce exposure of com.yahoo.jdisc.http.HttpRequest.Henning Baldersheim2022-11-291-1/+1
* Need a delayed close for the connections no longer needed.Henning Baldersheim2022-11-261-6/+21
* Let RpcResourcePool handle live changes.Henning Baldersheim2022-11-253-16/+37
* pathIndex should not be part of equals and hashcode.Henning Baldersheim2022-11-254-16/+9
* Using volatiles directly is fine for ensuring thread visibility.Henning Baldersheim2022-11-252-41/+41
* Cleanup and throw IllegalArgumentException on invalid pathJon Bratseth2022-11-254-58/+68
* Merge pull request #24972 from vespa-engine/balder/gc-ordered-groupsHenning Baldersheim2022-11-249-193/+201
|\
| * Move test utility code to test directory.Henning Baldersheim2022-11-241-24/+0
| * Prevent division by zeroHenning Baldersheim2022-11-241-1/+2
| * Prefer Java over com.google.common.collectHenning Baldersheim2022-11-241-5/+5
| * Put loadbalancer and invokerfactory in a volatile object to ensure atomic swi...Henning Baldersheim2022-11-249-165/+155
| * Cleanup the concept of orderedGroups. Just use a single way of accessing the ...Henning Baldersheim2022-11-247-111/+152
* | Add track as option to grid logger entryLester Solbakken2022-11-241-1/+15
|/
* Ensure you use the same invoker and loadbalancer for the same call.Henning Baldersheim2022-11-232-7/+7
* No need to require the full SearchCluster when you only need a list of Groups.Henning Baldersheim2022-11-232-9/+7