File size: 1,537 Bytes
be59b6e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="UTF-8"?>
<services version="1.0">
    <container id="colpalidemo_container" version="1.0">
        <search></search>
        <document-api></document-api>
        <document-processing></document-processing>
        <clients>
            <client id="mtls" permissions="read,write">
                <certificate file="security/clients.pem" />
            </client>
            <client id="token_write" permissions="read,write">
                <token id="colpalidemo_write" />
            </client>
            <client id="token_read" permissions="read">
                <token id="colpalidemo_read" />
            </client>
        </clients>
        <config name="container.qr-searchers">
            <tag>
                <bold>
                    <open>&lt;strong&gt;</open>
                    <close>&lt;/strong&gt;</close>
                </bold>
                <separator>...</separator>
            </tag>
        </config>
    </container>
    <content id="colpalidemo_content" version="1.0">
        <redundancy>1</redundancy>
        <documents>
            <document type="pdf_page" mode="index"></document>
        </documents>
        <nodes>
            <node distribution-key="0" hostalias="node1"></node>
        </nodes>
        <config name="vespa.config.search.summary.juniperrc">
            <max_matches>2</max_matches>
            <length>1000</length>
            <surround_max>500</surround_max>
            <min_length>300</min_length>
        </config>
    </content>
</services>