blob: dafa22f3dc9f14a0bff46bbe1f23e833f36732bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0"?>
<terms
allcount="#[termnumber]#"
selectcount="#[terms]#"
selectmemory="#[totalmemory]#"
over1000="#[over1000]#"
over10000="#[over10000]#"
over100000="#[over100000]#"
over1000000="#[over1000000]#"
over10000000="#[over10000000]#"
over100000000="#[over100000000]#"
>
<maxterm hash="#[maxterm]#" count="#[maxcount]#" memory="#[maxcountmemory]#"/>
#{terms}#
<term hash="#[termhash]#" id="#[termhash]#" count="#[count]#" memory="#[memory]#"/>
#{/terms}#
</terms>
|