Show TOC

Emptying a QueueLocate this document in the navigation structure

Use

You use the Clear function to delete all entries from a queue. The queue then contains no documents or information on processed documents.

The function works as follows:

Status of Document Effect of Clear Function

Preprocessing

You cannot terminate preprocessing and it is therefore completed. The system then deletes the documents from the queue.

Indexing

You cannot terminate indexing and it is therefore completed. The system then deletes the documents from the queue.

The documents are no longer optimized, that is, you cannot use the index to search for them.

Optimizing

You cannot terminate optimizing and it is therefore completed. The information on these documents is then deleted from the queue.

The documents remain in the index and can be found using the search function.

If there are a large number of documents with the status Being Optimized, it can take some time to empty the queue because optimization can take a long time.

OK

The information on these documents is deleted from the queue.

The documents remain in the index and can be found using the search function.

All other statuses

The system deletes the documents from the queue.