summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo
Commit message (Collapse)AuthorAgeFilesLines
* Rename FastBackend => Indexedbackend, and move some tests into the package ↵Henning Baldersheim2024-03-111-1/+2
| | | | they test.
* Correctly produce index mode per schema too.Henning Baldersheim2024-03-112-2/+11
|
* Searcher => BackendHenning Baldersheim2024-03-114-6/+6
|
* Avoid reflection magicHenning Baldersheim2024-03-0818-117/+115
|
* No need to override exportHenning Baldersheim2024-03-081-8/+1
|
* - Replace rank profile listHenning Baldersheim2024-03-088-65/+88
| | | | | | | - Replace rank expression list. - Replace rank constant list. - Replace rank onnx model list. None of these are intended for append.
* Merge pull request #30508 from ↵Henning Baldersheim2024-03-073-57/+13
|\ | | | | | | | | vespa-engine/balder/rank-profiles-is-per-documentdb-only rank-profiles from different schemas can not be joined. MERGEOK
| * rank-profiles from different schemas can not be joined.Henning Baldersheim2024-03-073-57/+13
| |
* | Merge pull request #30510 from vespa-engine/baledr/append-juniper-configHenning Baldersheim2024-03-071-1/+4
|\ \ | | | | | | - Need a modifiable list for application system test.
| * | - Need a modifiable list for application system test.Henning Baldersheim2024-03-071-1/+4
| |/
* | Merge pull request #30506 from ↵Geir Storli2024-03-071-1/+13
|\ \ | |/ |/| | | | | vespa-engine/toregge/dont-add-streaming-search-cluster-for-documents-only-schema Don't add streaming search cluster for documents only schema.
| * Don't add streaming search cluster for documents only schema.Tor Egge2024-03-071-1/+13
| |
* | Merge pull request #30499 from ↵Henning Baldersheim2024-03-0714-66/+90
|\ \ | | | | | | | | | | | | vespa-engine/balder/provide-configid-per-document-type - Set the complete list of the config where it contains the complete …
| * | Avoid * importsHenning Baldersheim2024-03-072-2/+2
| | |
| * | - Set the complete list of the config where it contains the complete world.Henning Baldersheim2024-03-0612-64/+88
| | | | | | | | | | | | | | | | | | | | | - 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.
* | | GC code handling unsupported 'vespa' and 'http' provider typeHarald Musum2024-03-071-82/+1
| |/ |/|
* | Merge pull request #30486 from ↵Gjøran Voldengen2024-03-051-0/+12
|\ \ | | | | | | | | | | | | vespa-engine/hmusum/implement-unnecessaryBundles-for-logserver-cluster Implement unnecessaryPlatformBundles for LogserverContainerCluster
| * | Implement unnecessaryPlatformBundles for LogserverContainerClusterHarald Musum2024-03-051-0/+12
| | | | | | | | | | | | Done in the same way as for MetricsProxyContainerCluster
* | | Merge pull request #30485 from ↵Gjøran Voldengen2024-03-051-0/+1
|\ \ \ | |_|/ |/| | | | | | | | vespa-engine/hmusum/add-lucene-linguistics-as-platform-bundle Add lucene-linguistics to platform bundles
| * | Add lucene-linguistics to platform bundlesHarald Musum2024-03-051-0/+1
| |/
* | Roll back temporary to providing same config via multiple paths.Henning Baldersheim2024-03-052-8/+62
| |
* | Revert "Revert "Balder/let document database provide vsm config too""Henning Baldersheim2024-03-056-259/+139
| |
* | Revert "Balder/let document database provide vsm config too"Henning Baldersheim2024-03-056-139/+259
| |
* | - Move handling of multiple schemas per search cluster down into SearchCluster.Henning Baldersheim2024-03-055-222/+119
| | | | | | | | - Prepare for multiple schemas per search cluster for streaming too.
* | Let DocumentDatabase provide vsm configs too.Henning Baldersheim2024-03-041-37/+20
|/
* ReindentHenning Baldersheim2024-03-041-20/+20
|
* - Unify the amount of null checking.Henning Baldersheim2024-03-045-22/+9
| | | | - No need to be a an attributes config producer.
* Simplify MultipleDocumentDatabasesConfigProducer according to doc.Henning Baldersheim2024-03-042-54/+34
|
* Avoid optional where it provides no value.Henning Baldersheim2024-03-043-18/+15
|
* Use the redunacy provider.Henning Baldersheim2024-03-045-34/+15
|
* - GC unused ancient code. documents selection validation isHenning Baldersheim2024-03-047-146/+7
| | | | done correctly in ContentCluster. GC old leftower from 5.0.
* drop conversion to zcurve attribute for streamingArne Juul2024-02-261-0/+38
|
* Merge pull request #30357 from ↵Gjøran Voldengen2024-02-261-69/+58
|\ | | | | | | | | vespa-engine/hmusum/dont-use-string-for-class-names Use class names instead of strings
| * Remove ExampleSearcher from setHarald Musum2024-02-221-1/+0
| |
| * Remove duplicated class nameHarald Musum2024-02-211-1/+0
| |
| * Use class names instead of stringsHarald Musum2024-02-211-69/+60
| |
* | Use var.Tor Egge2024-02-231-2/+2
| |
* | Fix typo.Tor Egge2024-02-231-11/+11
| |
* | Derive indexes for nested attribute fields in streaming search.Tor Egge2024-02-231-11/+23
| |
* | Merge pull request #30375 from ↵Harald Musum2024-02-221-5/+4
|\ \ | | | | | | | | | | | | vespa-engine/hmusum/more-robust-handling-when-creating-dir Create directories in a more robust way
| * | Create directories in a more robust wayHarald Musum2024-02-221-5/+4
| | |
* | | demand newline between declarations of inputsArne Juul2024-02-221-6/+0
| | |
* | | allow inputs { query(foo) string }Arne Juul2024-02-222-7/+13
|/ /
* | Revert "demand newline between declarations of inputs"Harald Musum2024-02-211-0/+6
| |
* | demand newline between declarations of inputsArne Juul2024-02-211-6/+0
|/
* GC unused getRowBits api.Henning Baldersheim2024-02-166-13/+7
|
* Minor refactoring while reading federation codeHenning Baldersheim2024-02-142-37/+11
|
* M, not GHenning Baldersheim2024-02-131-1/+1
|
* Increase the size of blocks malloc can pool from 8M to 16MHenning Baldersheim2024-02-131-1/+1
|
* GC dead codeHarald Musum2024-02-081-4/+0
|