summaryrefslogtreecommitdiffstats
path: root/container-search/src/main
Commit message (Expand)AuthorAgeFilesLines
* Drop optimization that should make terms present in query and rankitem cheap ...Henning Baldersheim2023-09-121-49/+7
* Synonym expansionsJon Bratseth2023-09-087-36/+59
* Use updated groups when computing VIP status on monitor callbacksjonmv2023-09-051-6/+9
* Keep and reconfigure ClusterMonitor when reconfiguring dispatcherjonmv2023-09-053-40/+80
* Add debug-logging to search cluster dispatch health trackingjonmv2023-09-011-1/+3
* Ensure node search path index follows config orderjonmv2023-09-012-8/+12
* Show search cluster name in Node.toStringjonmv2023-09-012-8/+10
* 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-312-4/+12
* | let values under "input" through as unparsed stringsArne Juul2023-08-231-1/+1
* | 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-172-2/+15
|\ \
| * | Control the auto-adjustment of targetHits in ANN using post-filtering.Geir Storli2023-08-152-2/+15
* | | 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-311-2/+21
* Support comparison productionsJon Bratseth2023-07-161-3/+13
* Set up reconfigurable dispatcher with self-subscription insteadjonmv2023-07-141-0/+37
* Test delay shutdown of RPC resources in dispatcherjonmv2023-07-133-3/+13
* 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-131-3/+4
* Set up skeleton for replacing monitored groups and nodesjonmv2023-07-1310-55/+82
* Add skeleton for delaying search invoker RPC resource shutdownjonmv2023-07-132-12/+74
* Reinstate public (unused) method, warn when failing ping shutdownjonmv2023-07-131-2/+9
* Simplify a bitjonmv2023-07-136-40/+26
* Avoid overflow for 146 years of JVM time for common timersjonmv2023-07-071-10/+4
* Another potential overflow (not really, since trunc milis in a long, but that...jonmv2023-07-071-1/+1
* Avoid overflow for warmup end time computationjonmv2023-07-073-9/+11
* Follow API changejonmv2023-07-061-1/+1
* Handle sorting on multivalue attributes.Tor Egge2023-07-042-3/+1
* Add workaround for handling of unary minus operator in combination with `Long...Bjørn Christian Seime2023-06-271-3/+9
* Add support for controlling rank-score-drop-limit from container query time.Henning Baldersheim2023-06-232-0/+13
* Replace metrics strings with the corresponding enum constants.gjoranv2023-06-223-3/+6
* Revert "Replace metrics strings with the corresponding enum constants."Harald Musum2023-06-223-6/+3
* Replace metrics strings with the corresponding enum constants.gjoranv2023-06-213-3/+6
* Non-functional changes onlyJon Bratseth2023-06-207-159/+138
* Merge pull request #27458 from vespa-engine/hmusum/fix-LoggerEntry-ByteBuffer...Harald Musum2023-06-161-4/+1
|\