From 87f171675b807ffb915150abdf12ffc0b2ebea1a Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Wed, 4 Jun 2014 12:09:49 +0200 Subject: [PATCH] doing index deletions using a get string which makes it easier to copy-paste deletion examples (see: #EuGH :( ) --- htroot/IndexDeletion_p.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htroot/IndexDeletion_p.html b/htroot/IndexDeletion_p.html index 68c8e91f9..1b9ec9000 100644 --- a/htroot/IndexDeletion_p.html +++ b/htroot/IndexDeletion_p.html @@ -31,7 +31,7 @@ -
+
Delete by Age

Delete all documents which are older than a given time period.

@@ -78,7 +78,7 @@
-
+
Delete Collections

Delete all documents which are inside specific collections.

@@ -103,7 +103,7 @@
-
+
Delete by Solr Query

This is the most generic option: select a set of documents using a solr query.