#%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 by Age
Delete all documents which are older than a given time period.
Time Period
All documents older than
1
2
3
4
5
6
7
8
9
10
12
14
21
24
28
30
60
90
years
months
days
hours
Age Identification
load date
last-modified
#(timedelete-active)#::selected #[count]# documents for deletion ::deleted #[count]# documents #(/timedelete-active)#
Delete Collections
Delete all documents which are inside specific collections.
Not Assigned
Delete all documents which are not assigned to any collection
Assigned
Delete all documents which are assigned to the following collection(s)
#(collectiondelete-select)#, separated by ',' (comma) or '|' (vertical bar); or generate the collection list... ::
#{list}##[collection-name]# #{/list}#
#(/collectiondelete-select)#
#(collectiondelete-active)#::selected #[count]# documents for deletion ::deleted #[count]# documents #(/collectiondelete-active)#
Delete by Solr Query
This is the most generic option: select a set of documents using a solr query.
Core
#{cores}#
#[name]#
#{/cores}#
q=
#[querydelete]#
#(querydelete-active)#::selected #[count]# documents for deletion ::deleted #[count]# documents #(/querydelete-active)#
#%env/templates/footer.template%#