From fa0016f577b061f024183b40a8e4e78e4bea9914 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Fri, 5 Aug 2016 08:49:14 +0200 Subject: [PATCH] doc --- src/doc/user/usermanual.html | 37 ++++++++++++++++++++++-------------- src/doc/user/usermanual.xml | 5 ++++- 2 files changed, 27 insertions(+), 15 deletions(-) diff --git a/src/doc/user/usermanual.html b/src/doc/user/usermanual.html index 5a0aa3ba..adcda502 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
+ "#idp46788704">Document types
2.1.4. Indexing failures
+ "#idp46808384">Indexing failures
2.1.5. Recovery
+ "#idp46815840">Recovery @@ -150,8 +150,8 @@ alink="#0000FF"> diacritics sensitivity
2.3.3. Indexing thread - usage configuration GUI
+ "#RCL.INDEXING.CONFIG.THREADS">Indexing threads + configuration
2.3.4. The index configuration @@ -997,8 +997,8 @@ alink="#0000FF">
-

2.1.3. Document types

+

2.1.3. Document types

@@ -1091,8 +1091,8 @@ indexedmimetypes = application/pdf
-

2.1.4. Indexing +

2.1.4. Indexing failures

@@ -1132,8 +1132,8 @@ indexedmimetypes = application/pdf
-

2.1.5. Recovery

+

2.1.5. Recovery

@@ -1528,7 +1528,7 @@ recoll -c ~/.indexes-email

2.3.3. Indexing - thread usage configuration GUI

+ threads configuration
@@ -1603,6 +1603,15 @@ recoll -c ~/.indexes-email
+
+

Note

+ +

If the first value in thrQSizes is 0, thrTCounts is ignored.

+
+

The following example would use three queues (of depth 2), and 4 threads for converting source documents, 2 for processing their text, and one to update the index. This diff --git a/src/doc/user/usermanual.xml b/src/doc/user/usermanual.xml index 8f69f6ba..4fb4ffd0 100644 --- a/src/doc/user/usermanual.xml +++ b/src/doc/user/usermanual.xml @@ -804,7 +804,7 @@ indexedmimetypes = application/pdf - Indexing thread usage configuration GUI + Indexing threads configuration The &RCL; indexing process recollindex can use multiple threads to @@ -858,6 +858,9 @@ indexedmimetypes = application/pdf + If the first value in thrQSizes is + 0, thrTCounts is ignored. + The following example would use three queues (of depth 2), and 4 threads for converting source documents, 2 for processing their text, and one to update the index. This was