From 2e8c8ebf546e546695c9981d2c979897a3fdfe86 Mon Sep 17 00:00:00 2001 From: orbiter Date: Thu, 8 Sep 2011 12:54:10 +0000 Subject: [PATCH] fix for clear commands git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7939 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- bin/clearall.sh | 2 +- bin/clearindex.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/clearall.sh b/bin/clearall.sh index 2f9290210..0302d1630 100755 --- a/bin/clearall.sh +++ b/bin/clearall.sh @@ -1,3 +1,3 @@ #!/bin/bash cd "`dirname $0`" -./apicall.sh "/IndexControlRWIs_p.html?deletecomplete=&deleteIndex=on&deleteCrawlQueues=on&deleteCache=on&deleteRobots=on&deleteSearchFl=on" +./apicall.sh "/IndexControlRWIs_p.html?deletecomplete=&deleteIndex=on&deleteSolr=on&deleteCrawlQueues=on&deleteRobots=on&deleteSearchFl=on&deleteCache=on" > /dev/null \ No newline at end of file diff --git a/bin/clearindex.sh b/bin/clearindex.sh index 535371981..48c7580af 100755 --- a/bin/clearindex.sh +++ b/bin/clearindex.sh @@ -1,3 +1,3 @@ #!/bin/bash cd "`dirname $0`" -./apicall.sh "/IndexControlRWIs_p.html?deleteIndex=on&deleteSolr=on&deleteCache=off&deleteCrawlQueues=on&deleteRobots=on&deleteSearchFl=on&deletecomplete=" > /dev/null +./apicall.sh "/IndexControlRWIs_p.html?deletecomplete=&deleteIndex=on&deleteSolr=on&deleteCrawlQueues=on&deleteRobots=on&deleteSearchFl=on&deleteCache=off" > /dev/null