summaryrefslogtreecommitdiffstats
path: root/node-admin/basic-search-for-docker/src/test/application/services.xml
blob: 388ab448f9cd6b28639152b8ed6be2bf5ac557be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version='1.0' encoding='UTF-8'?>
<services version='1.0'>
  <admin version='3.0'>
    <nodes count="1" />
  </admin>

  <!-- duplication of src/main/application due to Ticket 6904654  -->
  <jdisc version='1.0' id='default'>
    <search>
      <chain id="default" inherits="vespa">
        <searcher id="com.yahoo.example.ExampleSearcher" bundle="basic-application">
          <config name="example.message">
            <message>Hello, Vespa!</message>
          </config>
        </searcher>
      </chain>
    </search>
    <nodes count="1" />
  </jdisc>
</services>