This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
DocFetcher is a free and open source desktop search application. It runs on Windows, Mac OS X and Linux and is written in Java.[1] The application has a graphical user interface, which is written using the Standard Widget Toolkits.[2]
Developer(s) | DocFetcher project |
---|---|
Stable release | 1.1.25
/ May 25, 2021 |
Written in | Java |
Operating system | Microsoft Windows, Mac OS X, Linux |
License | Eclipse Public License |
Website | https://sourceforge.net/projects/docfetcher/ |
The program is an indexing search tool, meaning it has a local database of file content that it checks, rather than looking over all files on your machine. This means the program must always be running to monitor changes, but search results are instant. Search tools are based on Apache Lucene software,[2] a widely-used, open source search engine.
Features
edit- Unicode support
- Full text search for all major document file formats, including:
- Office files (Microsoft Office, OpenDocument, Outlook (PST), ...)
- EPUB, PDF
- RTF, SVG and any other plain text files
- Audio metadata (MP3, FLAC)
- Picture metadata (JPEG)
- Archive formats (ZIP, 7z, RAR, Tar). Also supports nested archive files
- HTML with pair detection. Which means that DocFetcher detects when an HTML file and a folder containing the resource files (Images, Scripts, ...) of the page belong together. (These resource files are usually downloaded when saving a website)
- Possibility to automatically detect file changes and update the index accordingly
- Exclusion of files from indexing based on regular expressions
- A query language supporting boolean operators (
OR
,AND
,NOT
), wildcards, phrase search, fuzzy search and proximity search - World languages: translations in Chinese, Italian, Ukrainian. Partly translated to French, Japanese, Spanish, and German.[3]
Note that a commercial version of the program DocFetcher Pro is in development[4] with additional features.
See also
editReferences
edit- ^ DocFetcher homepage, retrieved 2016-12-04
- ^ a b "start - DocFetcher-Wiki". docfetcher.sourceforge.net. Retrieved 2020-05-18.
- ^ "DocFetcher translation on Transifex". www.transifex.com. Retrieved 2020-02-11.
- ^ "DocFetcher Pro". Retrieved 18 July 2021.
External links
edit- docfetcher.sourceforge.net, official website
- documentation wiki