Created
April 13, 2018 21:07
-
-
Save Yetangitu/1bb4c5cd4b35e2911123d71b6ca3cc1c to your computer and use it in GitHub Desktop.
Recoll config file to index /var/src
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
topdirs = /var/src | |
idxrundir = tmp | |
textfilemaxmbs = 900 | |
idxflushmb = 100 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Change
topdirs
to point at the directory (or directories) which you want Recoll to index.topdirs = /var/src /usr/src /super/secret/src
indexes three directories, etc.Change
textfilemaxmbs
to something lower if you want Recoll to skip long and boring log files etc (default is 15 MB but I tend to have large but interesting files, so there...)