DocFetcher

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

Lua error in package.lua at line 80: module 'strict' not found.

DocFetcher
250px
Developer(s) DocFetcher project
Stable release 1.1.16 / Sept, 06, 2015
Written in Java
Operating system MS Windows, Mac OS X, Linux
License Eclipse Public License
Website http://docfetcher.sourceforge.net/

DocFetcher is an open source desktop search application that runs on Microsoft Windows, Mac OS X and Linux. It is written in Java and has a Standard Widget Toolkit based graphical user interface.

DocFetcher's indexing and searching facilities are based on Apache Lucene, a widely used open source search engine.

Features

  • Supports all major document formats, including PDF, HTML, Microsoft Office, OpenOffice.org, Rich Text, EPUB, and more.
  • Supports search of a variety of other formats including Visio, JPEG, MP3, and SVG.
  • Supported archive formats: zip, 7z, rar, tar.*
  • Can search in Outlook emails (PST files)
  • Can be customized to index any kind of source code file
  • Automatically updates its indexes whenever files are modified
  • Exclusion of files from indexing based on regular expressions

Portability

DocFetcher is available as a portable version that allows the user to bundle DocFetcher and his or her personal files in order to create a portable and searchable index of files. Portable means the user may for instance carry around this repository on a USB drive, or a synchronize it over multiple computers via a file synchronization service. Also, due to the fact that DocFetcher is Java-based, this repository can be accessed from different platforms, e.g. from Windows as well as from Mac/Linux.

Pairing of HTML files

By default, DocFetcher treats pairs of HTML files (e.g. a file named foo.html and a folder named foo_files) as a single document. The purpose of this is to improve the quality of the search results by hiding files inside the HTML folders, which users are usually not interested in and which can therefore be considered "noise".

See also

External links