aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/vespa/model/application/validation/change/search/ContentClusterFixture.java
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-03-18 17:19:38 +0100
committerGitHub <noreply@github.com>2024-03-18 17:19:38 +0100
commitdd8ebed8c817e3ce39676cc41008dbe6131c29df (patch)
tree6450b30006ccc13d30b6db05b1c14c0b416a62a1 /config-model/src/test/java/com/yahoo/vespa/model/application/validation/change/search/ContentClusterFixture.java
parent3e1f91d50f016ce573cee3223e639dc689f9b4de (diff)
parentebfc7be5f5b6383e02c142b7e38bc4cc57b26324 (diff)
Merge pull request #30651 from vespa-engine/balder/rename-some-searchcluster-related-terms
Balder/rename some searchcluster related terms
Diffstat (limited to 'config-model/src/test/java/com/yahoo/vespa/model/application/validation/change/search/ContentClusterFixture.java')
-rw-r--r--config-model/src/test/java/com/yahoo/vespa/model/application/validation/change/search/ContentClusterFixture.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-model/src/test/java/com/yahoo/vespa/model/application/validation/change/search/ContentClusterFixture.java b/config-model/src/test/java/com/yahoo/vespa/model/application/validation/change/search/ContentClusterFixture.java
index e531087ebd6..91ba97817d6 100644
--- a/config-model/src/test/java/com/yahoo/vespa/model/application/validation/change/search/ContentClusterFixture.java
+++ b/config-model/src/test/java/com/yahoo/vespa/model/application/validation/change/search/ContentClusterFixture.java
@@ -44,7 +44,7 @@ public abstract class ContentClusterFixture {
}
protected DocumentDatabase currentDb() {
- return currentCluster.getSearch().getIndexed().getDocumentDbs().get(0);
+ return currentCluster.getSearch().getSearchCluster().getDocumentDbs().get(0);
}
protected NewDocumentType currentDocType() {
@@ -52,7 +52,7 @@ public abstract class ContentClusterFixture {
}
protected DocumentDatabase nextDb() {
- return nextCluster.getSearch().getIndexed().getDocumentDbs().get(0);
+ return nextCluster.getSearch().getSearchCluster().getDocumentDbs().get(0);
}
protected NewDocumentType nextDocType() {