X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=Documentation%2Fpublic-inbox-convert.pod;h=a7958cf8e147a588a689c96ea16690bbb9a47923;hb=43b66634d508a1cd81023b5d567abae3804420c4;hp=fc5c4762112b2f7336f28f595cd06900c3bda8e4;hpb=95bdac7f09c69036efed537a4d03d5bdd2ae4eb6;p=public-inbox.git diff --git a/Documentation/public-inbox-convert.pod b/Documentation/public-inbox-convert.pod index fc5c4762..a7958cf8 100644 --- a/Documentation/public-inbox-convert.pod +++ b/Documentation/public-inbox-convert.pod @@ -20,9 +20,9 @@ once they are satisfied with the conversion. =item --no-index -Disables Xapian and overview DB indexing on the new repository. -By default, public-inbox-convert creates a new index in the v2 -repository and indexes all existing messages, a lengthy +Disables Xapian and overview DB indexing on the new inbox. +By default, public-inbox-convert creates a new index in the +v2 inbox and indexes all existing messages, a lengthy operation for large inboxes. =item -j JOBS, --jobs=JOBS @@ -33,6 +33,25 @@ at 4 due to various bottlenecks. The number of Xapian shards will be 1 less than the JOBS value, since there is a single process which distributes work to the Xapian shards. +=item -L LEVEL, --index-level=LEVEL + +=item -c, --compact + +=item -v, --verbose + +=item --no-fsync + +=item --sequential-shard + +=item --batch-size=BYTES + +=item --max-size=BYTES + +These options affect indexing. They have no effect if +L is specified + +See L for a description of these options. + =back =head1 ENVIRONMENT