summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/significance/services.xml
blob: 7a0679dc6c258579abc6546f1af586aa2ad6f877 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<services>
  <admin version="2.0">
    <adminserver hostalias="node0"/>
    <logserver hostalias="node0"/>
  </admin>
  <container version="1.0">
    <search>
        <significance>
            <model language="en" model-id="idf-wiki-english"/>
            <model language="no" path="models/idf-norwegian-wiki.json.zst" />
            <model language="ru" url="https://some/uri/blob.json" />
        </significance>
    </search>
  </container>
  <content version="1.0">
    <redundancy>1</redundancy>

    <documents>
      <document type="music" mode="index"/>
    </documents>

    <group name="mycluster">
      <node hostalias="node0" distribution-key="0" capacity="0.79"/>
    </group>
  </content>
</services>