Questions tagged [recoll]

A desktop text search application for Unix, Linux and Mac OS X, based on the Xapian search engine library.

10 questions
1
vote
1 answer

Recoll: how to create different indexes for multiple directories on each index

I checked the Recoll manual and it explains how to create individual separate indexes but for single directories. Is it possible to create individual indexes for several directories for each index? Thanks!
1
vote
1 answer

Recollindex skipped directory

I have to recoll indexing more than 10000 directories and huge number of files. My directory structure looks like:…
1
vote
1 answer

Make recoll index sqlite files

How do I make recoll index sqlite files? By default, it doesn't appear to do this. My backup plan is to regularly sqlite3 x .dump > x.dump for each db x (and let recoll index x.dump), but I'm hoping there's a more direct way.
user354134
0
votes
1 answer

Recoll: trouble finding content, finds less if search string is shorter

But I have troubles finding content in text files: Platform: Linux It has indexed a large directory tree with many *.txt files If I ask it for: "ext:txt N57D30O0" I get 41 results. If I ask it for: "ext:txt N57D30" I get only 8 results, I would…
karsten
  • 639
  • 5
  • 13
0
votes
0 answers

Many text files are not indexed by default

Recoll does not index many text files by default. It seems to only index files where the mimemap explicitly includes the mime type, but not other "obvious" file types. Examples: yaml files -- file -i shows text/plain; charset=us-ascii but using…
Raman
  • 17,606
  • 5
  • 95
  • 112
0
votes
1 answer

Recoll - Specifying width of results window

How can I specify, at startup from config file or environment parameter, a fixed width to the display area window for search results reported by recoll ? The dimension I am trying to control is marked up below:
Eric Marceau
  • 1,601
  • 1
  • 8
  • 11
0
votes
1 answer

recoll results paragraph width is variable

As seen in the attached, some results paragraphs do not "conform" to what seems to be the "standard" specification for width (visible from results paragraph at top of image. How can we control (limit) the overall width of the table to prevent the…
Eric Marceau
  • 1,601
  • 1
  • 8
  • 11
0
votes
1 answer

Recoll: how to show n words before and after match?

I started to use recoll and wondered if there is the possibility to set an N number of words before and after the match to be shown in the results.
0
votes
1 answer

How customize results in Recoll?

Please tell me how to display in the result sheet the full string of the word you are looking for, and not in pieces as in default in Recoll,I'll try in more detail: I have recoll installed on my computer (which uses Xapian). There are so many…
furensiat
  • 1
  • 1
0
votes
1 answer

recollindex won't recurse into symlinked directories, even with "followLinks=1" and -r

If I set "followLinks=1" in recoll.conf, "recollindex" will follow symlinked files and index their contents. However, if it finds a symlink that's a directory, it will create a single document for the directory, but not recurse into that directory,…
user354134