From 9daf0816e6b2ea7ddcf82e074dad310c888e8c73 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 17 Aug 2022 09:33:17 +0000 Subject: lei reindex: new command to reindex lei/store --- Documentation/lei-reindex.pod | 47 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 Documentation/lei-reindex.pod (limited to 'Documentation') diff --git a/Documentation/lei-reindex.pod b/Documentation/lei-reindex.pod new file mode 100644 index 00000000..3a5861c4 --- /dev/null +++ b/Documentation/lei-reindex.pod @@ -0,0 +1,47 @@ +=head1 NAME + +lei-reindex - reindex messages already in lei/store + +=head1 SYNOPSIS + +lei reindex [OPTIONS] + +=head1 DESCRIPTION + +Forces a re-index of all messages previously-indexed by L +or L. This can be used for in-place upgrades and bugfixes +while other processes are querying the store. Keep in mind this roughly +doubles the size of the already-large Xapian database. + +It does not re-index messages in externals, using the C<--reindex> +switch of L or L is +needed for that. + +=head1 OPTIONS + +=over + +=item -q + +=item --quiet + +Suppress feedback messages. + +=back + +=head1 CONTACT + +Feedback welcome via plain-text mail to L + +The mail archives are hosted at L and +L + +=head1 COPYRIGHT + +Copyright all contributors L + +License: AGPL-3.0+ L + +=head1 SEE ALSO + +L, L -- cgit v1.2.3-24-ge0c7