Software:DocFetcher

From HandWiki
Short description: Open-source desktop search application
DocFetcher
DocFetcher Screenshot.JPG
Developer(s)DocFetcher project
Stable release
1.1.25 / May 25, 2021
Written inJava
Operating systemMicrosoft Windows, Mac OS X, Linux
LicenseEclipse Public License
Websitehttps://sourceforge.net/projects/docfetcher/

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]

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

  • 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

References

External links