Recoll Engine¶
Recoll is a desktop full-text search tool based on Xapian. By itself Recoll does not offer WEB or API access, this can be achieved using recoll-webui
Configuration¶
You must configure the following settings:
Example scenario:
Recoll indexes a local filesystem mounted in
/export/documents/reference,the Recoll search interface can be reached at https://recoll.example.org/ and
the contents of this filesystem can be reached though https://download.example.org/reference
base_url: https://recoll.example.org
mount_prefix: /export/documents
dl_prefix: https://download.example.org
search_dir: ""
Implementations¶
- searx.engines.recoll.mount_prefix: str = ''¶
Location where the file hierarchy is mounted on your local filesystem.
- searx.engines.recoll.dl_prefix: str = ''¶
Location where the file hierarchy as indexed by recoll can be reached.