From 0396e2b868b9d91b24e06e34eba251741f77d054 Mon Sep 17 00:00:00 2001
From: Jean-Francois Dockes topdirs, which determines what
- subtrees get indexed.
The applications needed to index file types other than
text, HTML or email (ie: pdf, postscript, ms-word...) are
described in the
Fetches the next Doc object from the current
- search results.
- # Space-separated list of directories to index.
+ # Space-separated list of files and directories to index.
topdirs = ~/docs /usr/share/doc
[~/somedirectory-with-utf8-txt-files]
diff --git a/src/doc/user/usermanual.xml b/src/doc/user/usermanual.xml
index 6a4946ac..5ba33102 100644
--- a/src/doc/user/usermanual.xml
+++ b/src/doc/user/usermanual.xml
@@ -722,7 +722,7 @@
interested in is probably
topdirs ,
- which determines what subtrees get indexed.
+ which determines what subtrees and files get indexed.
The applications needed to index file types other than
text, HTML or email (ie: pdf, postscript, ms-word...) are
@@ -5095,9 +5095,10 @@ recollindex -c "$confdir"
- Query.fetchone()
- Fetches the next Doc object
- from the current search results.
+ Query.fetchone() Fetches the
+ next Doc object from the current
+ search results. Generates a StopIteration exception if
+ there are no results left.
@@ -6117,7 +6118,7 @@ for i in range(nres):
example, a short extract of the main configuration file might
look as follows:
- # Space-separated list of directories to index.
+ # Space-separated list of files and directories to index.
topdirs = ~/docs /usr/share/doc
[~/somedirectory-with-utf8-txt-files]