yacy_search_server/htroot/IndexControlURLs_p.xml
Michael Peter Christen 15ea053c3a - added xml output in IndexControlURLs to get the storage page of index
dump commands
- adjusted the apicall.sh script to get the downloaded text as output to
stdout which is necessary to parse the content out of it
- added indexdump.sh script which creates a solr dump and prints out the
storage path for the index dump
- added synchronization to the Fulltext class to prevent that data is
stored to a non-existing solr index while this index is disabled during
the storage of the dump
2012-09-25 00:19:52 +02:00

25 lines
490 B
XML

<?xml version="1.0"?>
<data>
#(statisticslines)#::
<domains>
#{domains}#
<domain>
<host>#[domain]#</host>
<count>#[count]#</count>
</domain>
#{/domains}#
</domains>
#(/statisticslines)#
#(indexdump)#::
<dumpfile>#[dumpfile]#</dumpfile>::
#(/indexdump)#
#(urlhashsimilar)#::
<urls>
#{rows}#
#{cols}#
<urlhash>#[urlHash]#</urlhash>
#{/cols}#
#{/rows}#
</urls>
#(/urlhashsimilar)#
</data>