You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
1.4 KiB
57 lines
1.4 KiB
<xml version="1.0">
|
|
<indexingqueue>
|
|
<size>#[indexingSize]#</size>
|
|
<max>#[indexingMax]#</max>
|
|
#{list-indexing}#
|
|
<entry>
|
|
<initiator>#[initiator]#</initiator>
|
|
<depth>#[depth]#</depth>
|
|
<modified>#[modified]#</modified>
|
|
<anchor>#[anchor]#</anchor>
|
|
<url>#[url]#</url>
|
|
<size>#[size]#</size>
|
|
<hash>#[hash]#</hash>
|
|
<inProcess>#(inProcess)#false::true#(/inProcess)#</inProcess>
|
|
</entry>
|
|
#{/list-indexing}#
|
|
</indexingqueue>
|
|
<loaderqueue>
|
|
<size>#[loaderSize]#</size>
|
|
<max>#[loaderMax]#</max>
|
|
#{list-loader}#
|
|
<entry>
|
|
<initiator>#[initiator]#</initiator>
|
|
<depth>#[depth]#</depth>
|
|
<url>#[url]#</url>
|
|
</entry>
|
|
#{/list-loader}#
|
|
</loaderqueue>
|
|
<localcrawlerqueue>
|
|
<size>#[localCrawlSize]#</size>
|
|
#{list-local}#
|
|
<entry>
|
|
<initiator>#[initiator]#</initiator>
|
|
<depth>#[depth]#</depth>
|
|
<modified>#[modified]#</modified>
|
|
<anchor>#[anchor]#</anchor>
|
|
<url>#[url]#</url>
|
|
<hash>#[hash]#</hash>
|
|
<inProcess>#(inProcess)#false::true#(/inProcess)#</inProcess>
|
|
</entry>
|
|
#{/list-local}#
|
|
</localcrawlerqueue>
|
|
<remotecrawlerqueue>
|
|
<size>#[remoteCrawlSize]#</size>
|
|
#{list-remote}#
|
|
<entry>
|
|
<profile>#[profile]#</profile>
|
|
<depth>#[depth]#</depth>
|
|
<modified>#[modified]#</modified>
|
|
<anchor>#[anchor]#</anchor>
|
|
<url>#[url]#</url>
|
|
<inProcess>#(inProcess)#false::true#(/inProcess)#</inProcess>
|
|
</entry>
|
|
#{/list-remote}#
|
|
</remotecrawlerqueue>
|
|
</xml>
|