summaryrefslogtreecommitdiffstats
path: root/container-core
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-03-11 15:51:38 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2024-03-11 15:51:38 +0100
commit354136dc94d1963384573d2f2728f1fb408f3d9a (patch)
tree407d5159ce0398464eb8b9302705fc84a7ed948a /container-core
parentd51144a9aa9be319acb1a0b3677a403b8f5fc358 (diff)
Rename FastBackend => Indexedbackend, and move some tests into the package they test.
Diffstat (limited to 'container-core')
-rw-r--r--container-core/src/main/resources/configdefinitions/container.qr-searchers.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/container-core/src/main/resources/configdefinitions/container.qr-searchers.def b/container-core/src/main/resources/configdefinitions/container.qr-searchers.def
index 2cd4af4fdf1..ac0c0dd6ada 100644
--- a/container-core/src/main/resources/configdefinitions/container.qr-searchers.def
+++ b/container-core/src/main/resources/configdefinitions/container.qr-searchers.def
@@ -25,7 +25,7 @@ com.yahoo.prelude.searcher.XMLStringSearcher.source string default=""
## Default docsum class the QR server should ask the backend to
## use for representing hints as default.
-com.yahoo.prelude.fastsearch.FastBackend.docsum.defaultclass string default=""
+com.yahoo.prelude.fastsearch.IndexedBackend.docsum.defaultclass string default=""
com.yahoo.prelude.querytransform.PhrasingSearcher.automatonfile string default=""
com.yahoo.prelude.querytransform.NonPhrasingSearcher.automatonfile string default=""