diff --git a/src/doc/user/usermanual.html b/src/doc/user/usermanual.html index 949b3e34..a61e0c1f 100644 --- a/src/doc/user/usermanual.html +++ b/src/doc/user/usermanual.html @@ -20,8 +20,8 @@ alink="#0000FF">
-

Recoll user manual

+

Recoll user manual

@@ -109,13 +109,13 @@ alink="#0000FF"> multiple indexes
2.1.3. Document types
+ "#idp54428144">Document types
2.1.4. Indexing failures
+ "#idp54447824">Indexing failures
2.1.5. Recovery
+ "#idp48768496">Recovery @@ -900,6 +900,22 @@ alink="#0000FF"> "command">recoll GUI: PreferencesIndexing schedule

+ +

The File menu also has + entries to start or stop the current indexing operation. + Stopping indexing is performed by killing the + recollindex + process, which will checkpoint its state and exit. A + later restart of indexing will mostly resume from where + things stopped (the file tree walk has to be restarted + from the beginning).

+ +

When the real time indexer is running, only a stop + operation is available from the menu. When no indexing is + running, you have a choice of updating the index or + rebuilding it (the first choice only processes changed + files, the second one zeroes the index before starting so + that all files are processed).

@@ -962,8 +978,8 @@ alink="#0000FF">
-

2.1.3. Document types

+

2.1.3. Document types

@@ -1056,8 +1072,8 @@ indexedmimetypes = application/pdf
-

2.1.4. Indexing +

2.1.4. Indexing failures

@@ -1097,8 +1113,8 @@ indexedmimetypes = application/pdf
-

2.1.5. Recovery

+

2.1.5. Recovery

@@ -8667,6 +8683,36 @@ field2 = value for field2
+
cachedir
+ +
+

When not explicitly specified, the + Recoll data + directories are stored relative to the + configuration directory. If cachedir is set, the directories + are stored under the specified value instead + (e.g. if cachedir is + set to ~/.cache/recoll, the default + dbdir would be + ~/.cache/recoll/xapiandb + instead of ~/.recoll/xapiandb ). This + affects the default values for dbdir, webcachedir, mboxcachedir, and aspellDicDir, which can still be + individually specified to override cachedir. Note that if you have + multiple configurations, each must have a + different cachedir.

+
+
dbdir
diff --git a/src/doc/user/usermanual.xml b/src/doc/user/usermanual.xml index 75252cd9..5acf607c 100644 --- a/src/doc/user/usermanual.xml +++ b/src/doc/user/usermanual.xml @@ -352,6 +352,21 @@ Indexing schedule + + The File + menu also has entries to start or stop + the current indexing operation. Stopping indexing is performed by + killing the recollindex process, which will + checkpoint its state and exit. A later restart of indexing will + mostly resume from where things stopped (the file tree walk has to + be restarted from the beginning). + + When the real time indexer is running, only a stop operation + is available from the menu. When no indexing is running, you have + a choice of updating the index or rebuilding it (the first choice + only processes changed files, the second one zeroes the index + before starting so that all files are processed). + diff --git a/src/doc/user/webhelp/docs/RCL.INDEXING.CONFIG.GUI.html b/src/doc/user/webhelp/docs/RCL.INDEXING.CONFIG.GUI.html index 87828b2a..32262c65 100644 --- a/src/doc/user/webhelp/docs/RCL.INDEXING.CONFIG.GUI.html +++ b/src/doc/user/webhelp/docs/RCL.INDEXING.CONFIG.GUI.html @@ -4,7 +4,7 @@ The index configuration GUI - - Recoll user manual