]> Sergey Matveev's repositories - public-inbox.git/blob - Documentation/lei-reindex.pod
No ext_urls
[public-inbox.git] / Documentation / lei-reindex.pod
1 =head1 NAME
2
3 lei-reindex - reindex messages already in lei/store
4
5 =head1 SYNOPSIS
6
7 lei reindex [OPTIONS]
8
9 =head1 DESCRIPTION
10
11 Forces a re-index of all messages previously-indexed by L<lei-import(1)>
12 or L<lei-index(1)>.  This can be used for in-place upgrades and bugfixes
13 while other processes are querying the store.  Keep in mind this roughly
14 doubles the size of the already-large Xapian database.
15
16 It does not re-index messages in externals, using the C<--reindex>
17 switch of L<public-inbox-index(1)> or L<public-inbox-extindex(1)> is
18 needed for that.
19
20 =head1 OPTIONS
21
22 =over
23
24 =item -q
25
26 =item --quiet
27
28 Suppress feedback messages.
29
30 =back
31
32 =head1 CONTACT
33
34 Feedback welcome via plain-text mail to L<mailto:meta@public-inbox.org>
35
36 The mail archives are hosted at L<https://public-inbox.org/meta/> and
37 L<http://4uok3hntl7oi7b4uf4rtfwefqeexfzil2w6kgk2jn5z2f764irre7byd.onion/meta/>
38
39 =head1 COPYRIGHT
40
41 Copyright all contributors L<mailto:meta@public-inbox.org>
42
43 License: AGPL-3.0+ L<https://www.gnu.org/licenses/agpl-3.0.txt>
44
45 =head1 SEE ALSO
46
47 L<lei-index(1)>, L<lei-import(1)>