#%env/templates/metas.template%# #%env/templates/header.template%# #%env/templates/submenuIndexControl.template%#

Index Deletion

The search index contains #[doccount]# documents. You can delete them here. Deletions are made concurrently which can cause that recently deleted documents are not yet reflected in the document count.

Delete all documents within a sub-path of the given urls. That means all documents must start with one of the url stubs as given here.

One URL stub, a list of URL stubs
or a regular expression
Matching Method
sub-path of given URLs    matching with regular expression
#(urldelete-active)#::selected #[count]# documents for deletion::deleted #[count]# documents#(/urldelete-active)#

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

Time Period
All documents older than
Age Identification
load date    last-modified
#(timedelete-active)#::selected #[count]# documents for deletion::deleted #[count]# documents#(/timedelete-active)#

Delete all documents which are inside specific collections. This is the list of known collections: #[collectionlist]#

Not Assiged
Delete all documents which are not assigned to any collection
Assigned
Delete all documents which are assigned to the following collection(s), separated by ',' (comma) or '|' (vertical bar)
#(collectiondelete-active)#::selected #[count]# documents for deletion::deleted #[count]# documents#(/collectiondelete-active)#

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

q=
#(querydelete-active)#::selected #[count]# documents for deletion::deleted #[count]# documents#(/querydelete-active)#
#%env/templates/footer.template%#