aboutsummaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #28623 from vespa-engine/bratseth/dynamic-summary-ngram-fi...Arne H Juul2023-09-252-6/+6
|\
| * Output gram for summary fields where the source is gramJon Bratseth2023-09-222-6/+6
* | Add testJon Bratseth2023-09-221-0/+35
|/
* Drop optimization that should make terms present in query and rankitem cheap ...Henning Baldersheim2023-09-122-70/+7
* Synonym expansionsJon Bratseth2023-09-0811-39/+84
* Use updated groups when computing VIP status on monitor callbacksjonmv2023-09-052-7/+25
* Update ABI specjonmv2023-09-051-1/+2
* Verify old monitors are purgedjonmv2023-09-051-0/+1
* Keep and reconfigure ClusterMonitor when reconfiguring dispatcherjonmv2023-09-055-47/+113
* Add debug-logging to search cluster dispatch health trackingjonmv2023-09-011-1/+3
* Ensure node search path index follows config orderjonmv2023-09-013-10/+20
* Show search cluster name in Node.toStringjonmv2023-09-0110-55/+50
* Update whether local corpus on localhost with new configjonmv2023-09-011-1/+2
* Have SystemInfo injected, which actually knows our cluster namejonmv2023-08-311-4/+5
* Merge pull request #27969 from vespa-engine/bjorncs/embedder-metricsJon Bratseth2023-08-311-4/+6
|\
| * Add generic metrics for embeddersBjørn Christian Seime2023-08-041-4/+6
* | Add back shutdown(), breaks classes that extend AbstractSpoolingLoggerHarald Musum2023-08-311-1/+6
* | Shut down loggers on deconstruct, and do this in unit test instead of sleepjonmv2023-08-313-15/+13
* | Prevent null element in List.of()Henning Baldersheim2023-08-301-1/+1
* | - Update dependency org.jvnet.mimepull:mimepull to v1.10.0renovate[bot]2023-08-293-84/+71
* | Merge pull request #28238 from vespa-engine/balder/bring-some-libs-up2dateBjørn Christian Seime2023-08-292-5/+4
|\ \
| * | - Bring some libraries up to date.Henning Baldersheim2023-08-292-5/+4
* | | Consolidate hamcrest usage to 2.x and remove cthul-matchersBjørn Christian Seime2023-08-291-5/+1
|/ /
* | let values under "input" through as unparsed stringsArne Juul2023-08-232-1/+16
* | Add link for common runtime errorJo Kristian Bergum2023-08-171-1/+3
* | Merge pull request #28054 from vespa-engine/geirst/target-hits-max-adjustment...Arne H Juul2023-08-174-3/+23
|\ \
| * | Control the auto-adjustment of targetHits in ANN using post-filtering.Geir Storli2023-08-154-3/+23
* | | Wait for dispatch nodes config in ReconfigurableDispatcher constructorjonmv2023-08-161-7/+11
* | | Use correct config id for dispatch configjonmv2023-08-161-2/+9
|/ /
* | Clarify error handlingHenning Baldersheim2023-08-031-1/+1
* | Use `IllegalInputException` to ensure invalid query is returned as 400 responseBjørn Christian Seime2023-08-032-3/+4
|/
* Keep error handling in one place.Henning Baldersheim2023-08-021-6/+5
* Handle cased/lowercased the same way as the rest.Henning Baldersheim2023-08-021-32/+15
* Simplify error handlingHenning Baldersheim2023-08-022-69/+23
* Use a common map for getters and settersHenning Baldersheim2023-08-021-116/+67
* Use a map of setter lambdas.Henning Baldersheim2023-08-021-212/+156
* - Put a lambda for getting predefined properties in a hash map.Henning Baldersheim2023-08-021-86/+69
* avoid going Double->String->ParsedDegreesArne Juul2023-07-312-2/+23
* Use 'vespa.version' suffix for all global version properties.gjoranv2023-07-241-1/+1
* Revert "New parent pom"Arnstein Ressem2023-07-211-1/+1
* Use 'vespa.version' suffix for all global version properties.gjoranv2023-07-191-1/+1
* Merge pull request #27779 from vespa-engine/jdk21-prep-3gjoranv2023-07-171-6/+12
|\
| * Update abi-specs after making config class Builders finalgjoranv2023-07-171-6/+12
* | Support comparison productionsJon Bratseth2023-07-163-3/+32
|/
* Set up reconfigurable dispatcher with self-subscription insteadjonmv2023-07-141-0/+37
* Test delay shutdown of RPC resources in dispatcherjonmv2023-07-135-6/+210
* Get info about all nodes before updating search groups referencejonmv2023-07-132-13/+28
* Set up constructor wiring for testing rpc connection pool updatejonmv2023-07-134-22/+55
* Test nodes are retained when updating search cluster groupsjonmv2023-07-132-3/+44
* Set up skeleton for replacing monitored groups and nodesjonmv2023-07-1311-57/+84