summaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorGjøran Voldengen <gjoranv@gmail.com>2024-03-05 17:54:28 +0100
committerGitHub <noreply@github.com>2024-03-05 17:54:28 +0100
commit8b147db993183aa3406d724499642353d702edd7 (patch)
treea643d88e7141465e2ce11574c389095c513039e8 /config-model
parentc8e1e486af1e0f6b9a16cf982c69e296342d5487 (diff)
parentcb4c8f93cce5ad9a489902922892fe1970f9641b (diff)
Merge pull request #30485 from vespa-engine/hmusum/add-lucene-linguistics-as-platform-bundle
Add lucene-linguistics to platform bundles
Diffstat (limited to 'config-model')
-rw-r--r--config-model/src/main/java/com/yahoo/vespa/model/container/PlatformBundles.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-model/src/main/java/com/yahoo/vespa/model/container/PlatformBundles.java b/config-model/src/main/java/com/yahoo/vespa/model/container/PlatformBundles.java
index 0f09036b544..13e6ee6684d 100644
--- a/config-model/src/main/java/com/yahoo/vespa/model/container/PlatformBundles.java
+++ b/config-model/src/main/java/com/yahoo/vespa/model/container/PlatformBundles.java
@@ -59,6 +59,7 @@ public class PlatformBundles {
SEARCH_AND_DOCPROC_BUNDLE,
"docprocs",
LINGUISTICS_BUNDLE_NAME,
+ "lucene-linguistics",
EVALUATION_BUNDLE_NAME,
INTEGRATION_BUNDLE_NAME,
ONNXRUNTIME_BUNDLE_NAME