aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/vespa/model/container/search/ContainerSearch.java
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #30668 from ↵Henning Baldersheim2024-03-181-20/+1
|\ | | | | | | | | vespa-engine/balder/single-searchcluster-per-content-cluster - Have a single content cluster per searchcluster.
| * - Have a single content cluster per searchcluster.Henning Baldersheim2024-03-171-20/+1
| | | | | | | | - Unify handling of indexed and streaming search.
* | Pattern variableHenning Baldersheim2024-03-171-3/+3
|/
* Revert "Single searchcluster take 5"Henning Baldersheim2024-03-171-4/+23
|
* Revert "Revert "Single searchcluster take 3""Henning Baldersheim2024-03-161-23/+4
|
* Revert "Single searchcluster take 3"Henning Baldersheim2024-03-151-4/+23
|
* Single searchcluster take 4Henning Baldersheim2024-03-151-23/+4
|
* Revert "Single searchcluster take 3"Henning Baldersheim2024-03-151-4/+23
|
* If any schema is streaming, cluster is streaming.Henning Baldersheim2024-03-151-23/+4
|
* Move getStorageRouteSpec interface to SearchClusterHenning Baldersheim2024-03-141-6/+1
|
* Revert "Balder/single searchcluster"Henning Baldersheim2024-03-131-1/+5
|
* Always produce routespec.Henning Baldersheim2024-03-131-5/+1
|
* - Set the complete list of the config where it contains the complete world.Henning Baldersheim2024-03-061-3/+2
| | | | | | | - Append where it is intended. This is a workaround for not having a map type in config. Sometimes it works to have multiple producers produce the same config, sometimes not. This tries to make it more deterministic. Currently other tricks have been employed to avoid appending more to the list than intended.
* Add validator that checks if restart is needed due to Onnx model changesHarald Musum2023-12-081-1/+1
| | | | | Validates changes and creates a restart action if needed and makes sure configs for cluster are marked as restartOnDeploy
* check all rank profiles of schema for global-phaseArne Juul2023-11-211-2/+10
|
* global phase have feature has been completed. No need for config control.Henning Baldersheim2023-11-211-13/+8
|
* Register model with onnx model optionsHarald Musum2023-11-201-2/+2
|
* Handle local testing with Applicationjonmv2023-10-271-1/+6
|
* Always use reconfigurable dispatcherjonmv2023-10-121-9/+5
|
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Aggregate Onnx model cost for JVM heap size calculationBjørn Christian Seime2023-09-221-0/+6
|
* Add flag for reconfigurable dispatcherjonmv2023-07-141-2/+3
|
* Set up reconfigurable dispatcher with self-subscription insteadjonmv2023-07-141-3/+7
|
* Ensure no duplicatesBjørn Christian Seime2023-03-081-1/+2
|
* Only setup `RankProfilesEvaluator` for schemas with 'global-phase'Bjørn Christian Seime2023-03-071-0/+8
|
* add RankProfilesEvaluatorComponent instances for streaming search clusters alsoArne Juul2023-03-061-6/+6
|
* Reindent code and ensure global-phase is enabled for indexed clustersBjørn Christian Seime2023-03-021-10/+10
|
* Only setup RankProfilesEvaluator components if feature flag is enabledBjørn Christian Seime2023-02-281-4/+6
|
* Introduce feature flag to enable global phaseBjørn Christian Seime2023-02-281-1/+5
|
* rename factory class alsoArne Juul2023-02-281-2/+2
|
* rename classes after reviewArne Juul2023-02-281-2/+2
|
* add component modelingArne Juul2023-02-241-3/+13
|
* use class objectsArne Juul2023-02-111-6/+6
|
* wire global-phase through config-model exactly like second-phaseArne Juul2023-02-031-17/+17
|
* Reduce dependency on container-searchHenning Baldersheim2023-01-251-20/+6
|
* Simplify creation of BundleInstantiationSpecgjoranv2022-07-121-4/+4
|
* Only add bundles based on enabled features for standalone containerBjørn Christian Seime2022-07-071-0/+1
|
* Reapply "Bjorncs/application status handler""Bjørn Christian Seime2022-06-301-0/+2
|
* Revert "Bjorncs/application status handler"Bjørn Christian Seime2022-06-291-2/+0
|
* Move ApplicationStatusHandler to container-discBjørn Christian Seime2022-06-281-0/+2
|
* Rename the 'searchdefinition' package to 'schema'Jon Bratseth2022-05-191-1/+1
|
* Revert "Merge pull request #22439 from ↵Jon Bratseth2022-05-051-0/+1
| | | | | | | vespa-engine/revert-22429-bratseth/schema-info-5-take-2" This reverts commit 3726fd997c0cbacd37e64ff493f8775fc3fcdd9f, reversing changes made to d9ea4c99b13fa83a75bd8612d5f6c4d50510e3e9.
* Revert "Bratseth/schema info 5 take 2"Harald Musum2022-05-041-1/+0
|
* Revert "Merge pull request #22428 from ↵Jon Bratseth2022-05-031-0/+1
| | | | | | | vespa-engine/revert-22426-bratseth/schema-info-5" This reverts commit d6cb1273bcebdea6b8404b242cecb81802d0fb60, reversing changes made to de8e6f7128dc6489800eae8ce8cdcc6e3414475e.
* Revert "Use schema-info"Jon Bratseth2022-05-031-1/+0
|
* Use schemsa-infoJon Bratseth2022-05-031-0/+1
|
* Make the schema info config a regular derived configJon Bratseth2022-05-021-26/+4
|
* Use an already exported packageJon Bratseth2022-04-271-2/+1
|
* Create schema-info for global schema infoJon Bratseth2022-04-271-2/+35
|
* Support rank profile input WIPJon Bratseth2022-04-051-1/+1
|