EPrints 2.3 Documentation - erase_fulltext_cache command



NAME

erase_fulltext_cache - erase the cached full text search index files.


SYNOPSIS

erase_fulltext_cache repository_id [options]


DESCRIPTION

This erases all the .words and .indexcodes cache files from your repository, forcing the indexer to rerun the tools used to extract full text from your documents.

This is useful if you only setup the fulltext indexing after your repository is already live, or if you discover there has been a problem.

Without the --force option, this script asks for confirmation before actually erasing anything.


ARGUMENTS

repository_id

The ID of the EPrint repository to use.


OPTIONS

--help

Print a brief help message and exit.

--man

Print the full manual page and then exit.

--quiet

Be vewwy vewwy quiet. This option will supress all output unless an error occurs.

--verbose

Explain in detail what is going on. May be repeated for greater effect.

--version

Output version information and exit.

--force

Don't ask before making the changes.

 EPrints 2.3 Documentation - erase_fulltext_cache command