aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* Fix typos.Yngve Aasheim2023-01-201-12/+12
* Use ContainerMetrics enums for metric namesYngve Aasheim2023-01-201-30/+31
* 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
|/
* Parse tensor JSON values at rootJon Bratseth2023-01-121-1/+1
* Merge pull request #21773 from vespa-engine/jonmv/multi-range-item-2Henning Baldersheim2023-01-082-0/+435
|\
| * 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
* | 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
* | Revert "Let list handling catch up with Java 17"Bjørn Christian Seime2022-12-0215-109/+165
* | Let list handling catch up with Java 17Henning Baldersheim2022-12-0215-165/+109
* | Improve error messagesJon Bratseth2022-11-301-59/+55
* | Reduce need to access getJDiscRequestHenning Baldersheim2022-11-296-13/+17
* | 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
* | Put the RpcClient back in the RpcResourcePool where it belongs.Henning Baldersheim2022-11-233-29/+26
* | Make a few simpler interfaces instead of carrying one huge implement all Sear...Henning Baldersheim2022-11-2314-111/+149
* | Only have the DispatchNodesConfig inject into one component.Henning Baldersheim2022-11-233-30/+53
* | Use thread local random.Henning Baldersheim2022-11-221-4/+3
* | GC unused imports.Henning Baldersheim2022-11-221-6/+0