-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathdictionary.xml
38 lines (33 loc) · 921 Bytes
/
dictionary.xml
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
<yandex>
<comment>Some comments</comment>
<dictionary>
<name>adv_source</name>
<source>
<http>
<url>http://ch-dictionary.prd.evo/dict.csv</url>
<format>CSV</format>
</http>
</source>
<layout>
<complex_key_hashed />
</layout>
<structure>
<key>
<attribute>
<name>adv_source</name>
<type>String</type>
</attribute>
</key>
<attribute>
<name>analytic_source</name>
<type>String</type>
<null_value>nan</null_value>
</attribute>
</structure>
<lifetime>
<!-- update dict around every 12 hours -->
<min>43000</min>
<max>43400</max>
</lifetime>
</dictionary>
</yandex>