summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo
Commit message (Collapse)AuthorAgeFilesLines
* Create a config model view (api) package under model-integrationJon Bratseth2018-11-269-12/+12
| | | | | | This is to avoid having to install config-mode and dependencies in the container at startup as a consequence of wanting model-integration there to make TensorFlow available.
* Merge pull request #7766 from ↵Tor Egge2018-11-261-0/+1
|\ | | | | | | | | vespa-engine/toregge/do-not-add-imported-struct-fields-to-default-summary Don't add imported array of struct/map of struct/map of primitive to default summary.
| * Don't add imported array of struct/map of struct/map of primitiveTor Egge2018-11-261-0/+1
| | | | | | | | to default summary.
* | Model the config model view of model-integrationJon Bratseth2018-11-269-49/+50
|/ | | | | This is to make it clearer that these methods are part of the config model API.
* Merge pull request #7758 from vespa-engine/ollivir/adaptive-timeoutJon Bratseth2018-11-261-0/+9
|\ | | | | Adaptive timeout support in java dispatch
| * Adaptive timeout support in java dispatchOlli Virtanen2018-11-231-0/+9
| |
* | Java type only interface between imported-models and config modelsJon Bratseth2018-11-251-15/+36
| | | | | | | | | | | | | | This avoids class incompatibility problems when passing an imported model across bundle boundaries to a config model. Tensor string parsing has been sped up as this relies on it more.
* | Remove unused importHenning Baldersheim2018-11-241-2/+0
| |
* | Remove experimental enable-multiple-bucket-spaces flag.Geir Storli2018-11-231-10/+1
|/ | | | The feature has been default on since late May 2018.
* Merge pull request #7744 from vespa-engine/bratseth/move-tf-out-of-config-modelJon Bratseth2018-11-239-27/+66
|\ | | | | Bratseth/move tf out of config model
| * Move all importing to model-integrationJon Bratseth2018-11-229-11/+11
| |
| * Restore old package nameJon Bratseth2018-11-229-11/+11
| |
| * Separate model integration into a separate moduleJon Bratseth2018-11-219-27/+66
| | | | | | | | | | | | | | This allows us to access model importers (such as TensorFlow) in config models without loading one instance per config model instance, which is not possible with TensorFlow because it depends on JNI code.
* | Add unit test for position zcurve field not being part of [document] fieldsetTor Brede Vekterli2018-11-221-1/+28
| | | | | | | | Should work as expected when the field is defined in a parent document type.
* | exclude "extra" fields from [document] field-setArne Juul2018-11-221-0/+3
| |
* | Keep the old default until tested in a full zone.Henning Baldersheim2018-11-212-9/+2
| |
* | Follow api change.Henning Baldersheim2018-11-211-2/+2
| |
* | Merge pull request #5471 from ↵Henning Baldersheim2018-11-212-3/+5
|\ \ | | | | | | | | | | | | vespa-engine/balder/use-weighted-group-distribution Use weighted random group distribution as default
| * | weighted -> adaptive.Henning Baldersheim2018-04-062-4/+4
| | |
| * | Use weighted random group distribution as defaultHenning Baldersheim2018-04-052-3/+5
| | |
* | | Merge pull request #7727 from ↵Henning Baldersheim2018-11-212-2/+9
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/balder/control-dispatch-policy-in-config-model Control dispatch policy explicit
| * | | Add a jdisc container clsuter to actually get some dispatch nodes.Henning Baldersheim2018-11-211-1/+0
| | | |
| * | | Control dispatch policy explicitHenning Baldersheim2018-11-211-1/+9
| | |/ | |/|
* | | Only override if you really mean it.Henning Baldersheim2018-11-212-1/+3
| | |
* | | No zone dimension hereHenning Baldersheim2018-11-211-5/+2
|/ /
* | Deprecation cleanupJon Bratseth2018-11-203-5/+3
| |
* | Export GC related metricsTor Brede Vekterli2018-11-191-0/+5
| |
* | Merge pull request #7670 from vespa-engine/freva/export-metricValerij Fredriksen2018-11-151-1/+5
|\ \ | | | | | | Export the new metrics
| * | Export the new metricsValerij Fredriksen2018-11-151-1/+5
| | |
* | | No readahead on mapped disk indexes when using ssd'sHenning Baldersheim2018-11-151-1/+7
|/ /
* | Consolidate match settingJon Bratseth2018-11-134-41/+40
| |
* | Add VESPA_CONFIGSERVER_ZOOKEEPER_IDSValerij Fredriksen2018-11-092-13/+29
| |
* | Disable java dispatcher if multi-level dispatching is configuredOlli Virtanen2018-11-081-15/+16
| |
* | Revert "Supporting clearing config array when overriding config"Harald Musum2018-11-081-21/+3
| |
* | Remove unused fieldHarald Musum2018-11-051-5/+0
| |
* | Merge pull request #7536 from ↵Harald Musum2018-11-051-3/+21
|\ \ | | | | | | | | | | | | vespa-engine/hmusum/support-clearing-config-arrays-in-xml-config-overrides Supporting clearing config array when overriding config
| * | Support 'clear' operation when using 'item' syntax onlyHarald Musum2018-11-051-20/+24
| | | | | | | | | | | | Make sure to lowercase operation attribute
| * | Simplify by using a removeArray method, make operation case insensitiveHarald Musum2018-11-051-4/+3
| | |
| * | Supporting clearing config array when ovverriding configHarald Musum2018-11-011-6/+21
| | |
* | | Merge pull request #7551 from vespa-engine/balder/jvmargs-2-jvm-optionsHenning Baldersheim2018-11-028-34/+54
|\ \ \ | | | | | | | | Add jvm-options and prefer over jvmargs
| * | | Throw instead of warn.Henning Baldersheim2018-11-021-2/+2
| | | |
| * | | Add jvm-options and prefer over jvmargsHenning Baldersheim2018-11-028-34/+54
| | | |
* | | | Merge pull request #7546 from vespa-engine/bratseth/improve-error-messageJon Bratseth2018-11-023-4/+14
|\ \ \ \ | |/ / / |/| | | Improve error message etc
| * | | Improve error message etcJon Bratseth2018-11-023-4/+14
| | | |
* | | | gcopts -> jvm-gc-optionsHenning Baldersheim2018-11-013-17/+14
| | | |
* | | | Rewrite to keep all the logic in one place.Henning Baldersheim2018-11-012-17/+21
|/ / /
* | | Merge pull request #7531 from ↵Jon Bratseth2018-11-012-1/+3
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/bratseth/deprecate-linguistics-methods Deprecated methods and add OptimaizeDetector
| * | | Deprecated methods and add OptimaizeDetectorJon Bratseth2018-11-012-1/+3
| |/ /
* | | getContentType -> contentStruct and java doc.Henning Baldersheim2018-11-013-8/+8
| | |
* | | Deprecating a whole lot of body/header related methods that should have been ↵Henning Baldersheim2018-10-3110-44/+14
|/ / | | | | | | done a long time ago.