Inhaltsverzeichnis anzeigen Diese Seite drucken

Vorheriges Hilfethema

Nächstes Hilfethema

Text Search Info

Page finder

On this page the status of the full-text search and index is displayed.

When the full text index is created, a ZIP file is automatically created. If the index creation fails, the index can be recreated more quickly from the ZIP file than if it created again.

In the upper section

various information is shown:

Possible actions

Create/Update Index

For creating/updating the index

 

Last Backup

Display of the date of the last backup

Create Backup

With this button the search index is written to the ZIP file

Restore Backup

With this button the search index is recreated from the ZIP file

ad-hoc query

The index backup can also be operated from the command line>:
java de.ecosx.util.file.Backup <zip file> [-a <file>*] [-r] [-d]

  • -a <file>*: creates a new backup from a list of file
  • -r: restores the backup
  • -d: deletes the backup

    e.g. to repair the search index:

    java de.ecosx.util.file.Backup d:/projekte/java20/bin/search_index.zip -r