Skip to content

Commit

Permalink
added a clearall.sh script that deletes the complete index and everyt…
Browse files Browse the repository at this point in the history
…hing else that belongs to crawling

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7611 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
orbiter committed Mar 20, 2011
1 parent d98884f commit 18ec7fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/clearall.sh
@@ -0,0 +1,3 @@
#!/bin/bash
cd "`dirname $0`"
./apicall.sh "/IndexControlRWIs_p.html?deletecomplete=&deleteIndex=on&deleteCrawlQueues=on&deleteCache=on&deleteRobots=on&deleteSearchFl=on"
1 change: 1 addition & 0 deletions build.xml
Expand Up @@ -405,6 +405,7 @@
<include name="localsearch.sh"/>
<include name="apicall.sh"/>
<include name="importmediawiki.sh"/>
<include name="clearall.sh"/>
<include name="up.sh"/>
<include name="down.sh"/>
</fileset>
Expand Down

0 comments on commit 18ec7fe

Please sign in to comment.