aboutsummaryrefslogtreecommitdiffstats
path: root/application/src/test/app-packages/searcher-app/services.xml
blob: 1bbf9606eff8ae6bf953303bba6cfb6463e92512 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version='1.0' encoding='UTF-8'?>
<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<container version='1.0'>
  <!-- Avoid using DefaultLinguisticsProvider -->
  <component id="com.yahoo.language.simple.SimpleLinguistics" />

  <search>
    <chain id="default">
      <searcher id='com.yahoo.vespatest.ExtraHitSearcher' bundle='com.yahoo.vespatest.ExtraHitSearcher:1.2'>
        <config name='vespatest.extra-hit'>
          <exampleString>Heal the </exampleString>
          <enumVal>World</enumVal>
        </config>
      </searcher>

    </chain>
  </search>
  <accesslog type="disabled" />
</container>