diff --git a/src/doc/user/usermanual.sgml b/src/doc/user/usermanual.sgml index 5acc4386..1adef3c9 100644 --- a/src/doc/user/usermanual.sgml +++ b/src/doc/user/usermanual.sgml @@ -366,6 +366,39 @@ in the recoll GUI. It is stored in the missing text file inside the configuration directory. + + By default, &RCL; will try to index any file type that + it has a way to read. This is sometimes not desirable, and + there are ways to either exclude some types, or on the + contrary to define a positive list of types to be + indexed. In the latter case, any type not in the list will + be ignored. + Excluding types can be done by adding name patterns to + the skippedNames list, which can be done + from the GUI Index configuration menu. It is also possible + to exclude a mime type independantly of the file name by + associating it with the rclnull + filter. This can be done by editing + the + mimeconf configuration + file. + + In order to define a positive list, You need to edit the + main + configuration file + (recoll.conf) and set + the indexedmimetypes configuration + variable. Example: +indexedmimetypes = text/html application/pdf + + There is no GUI way to do this, because this option runs a + bit contrary to &RCL; main goal which is to help you find + information, independantly of how it may be stored. + + + + +