git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7914 6c8d7289-2bf4-0310-a012-ef5d649a1542pull/1/head
parent
b5252ef91f
commit
6db8921a0f
@ -1,12 +1,17 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<terms allcount="#[termnumber]#" selectcount="#[terms]#" selectmemory="#[totalmemory]#">
|
<terms
|
||||||
<maxterm hash="#[maxterm]#">
|
allcount="#[termnumber]#"
|
||||||
<count>#[maxcount]#</count>
|
selectcount="#[terms]#"
|
||||||
</maxterm>
|
selectmemory="#[totalmemory]#"
|
||||||
|
over1000="#[over1000]#"
|
||||||
|
over10000="#[over10000]#"
|
||||||
|
over100000="#[over100000]#"
|
||||||
|
over1000000="#[over1000000]#"
|
||||||
|
over10000000="#[over10000000]#"
|
||||||
|
over100000000="#[over100000000]#"
|
||||||
|
>
|
||||||
|
<maxterm hash="#[maxterm]#" count="#[maxcount]#" memory="#[maxcountmemory]#"/>
|
||||||
#{terms}#
|
#{terms}#
|
||||||
<term hash="#[termhash]#" id="#[termhash]#">
|
<term hash="#[termhash]#" id="#[termhash]#" count="#[count]#" memory="#[memory]#"/>
|
||||||
<count>#[count]#</count>
|
|
||||||
<memory>#[memory]#</memory>
|
|
||||||
</term>
|
|
||||||
#{/terms}#
|
#{/terms}#
|
||||||
</terms>
|
</terms>
|
Loading…
Reference in new issue