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"?>
|
||||
<terms allcount="#[termnumber]#" selectcount="#[terms]#" selectmemory="#[totalmemory]#">
|
||||
<maxterm hash="#[maxterm]#">
|
||||
<count>#[maxcount]#</count>
|
||||
</maxterm>
|
||||
<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]#</count>
|
||||
<memory>#[memory]#</memory>
|
||||
</term>
|
||||
<term hash="#[termhash]#" id="#[termhash]#" count="#[count]#" memory="#[memory]#"/>
|
||||
#{/terms}#
|
||||
</terms>
|
Loading…
Reference in new issue