summaryrefslogtreecommitdiff
path: root/bin/indexdump.sh
AgeCommit message (Collapse)Author
2017-03-26Updated dump/restore shell scripts : the API is now IndexExport_p.htmlluccioman
2015-02-23Changes to improve compatibility with OpenBSD. (seeMarc Nause
http://forum.yacy-websuche.de/viewtopic.php?f=8&t=5503)
2014-08-25Fix for http://mantis.tokeek.de/view.php?id=432Marc Nause
*) replaced all shebangs with more universal versions
2012-09-25added the indexrestore.sh script which must be called with the path ofMichael Peter Christen
the index dump. This is the reverse of indexdump.sh which takes the output of indexdump.sh as input to restore an index. Now it should be possible to transfer a complete YaCy Solr index from one peer yacy1 to another peer yacy2 with the following command: yacy2/bin/indexrestore.sh ´yacy1/bin/indexdump.sh´
2012-09-25- added xml output in IndexControlURLs to get the storage page of indexMichael Peter Christen
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