Features

This page is an overview of all the major features of DocFetcher Pro and DocFetcher Server, intended for those who are not familiar with DocFetcher. If you are, you may find the Feature Comparison page and its subpages more helpful.

In the following, certain features are marked with colored text boxes to indicate that they are not available in all three DocFetcher variants. For instance, if a feature is marked with Free Pro Server, it means the feature is only available in DocFetcher Pro, not in DocFetcher or DocFetcher Server. Generally speaking, DocFetcher Pro has more features than DocFetcher, while DocFetcher Server lacks some features of DocFetcher Pro because the former hasn’t fully caught up with the latter yet.

All screenshots below show the user interface of DocFetcher Pro. The web interface of DocFetcher Server looks similar and is nested inside a browser window.

Note that this page does not properly reflect how DocFetcher Pro or DocFetcher Server are “better” than DocFetcher, as the former two contain many detail improvements not listed here.

The User Interface

As shown in the screenshot above, the main program window of DocFetcher Pro consists of the following parts:

  1. Search field: Enter the words to search for here.
  2. Result pane: The search results are displayed here. These are the files, folders or Outlook emails containing the words you entered in the search field.
  3. Preview pane: Shows a text-only preview of the file or Outlook email currently selected in the result pane. Matches in the text are highlighted.
  4. Minimum / Maximum Filesize filter: The search results can be filtered by minimum and/or maximum filesize here. Free Pro Server
  5. Container Types pane: Set here whether folders and archives should be included in the search results. In DocFetcher, folders and archives are not included in the search results, only files and Outlook emails. Free Pro Server
  6. Document Types pane: The search results can be filtered by file type here.
  7. Custom Types pane: An alternative to the Document Types pane. Here you can define your own file types to filter the search results by. The definitions are based on matching wildcard patterns or regular expressions against filenames. Free Pro Server
  8. Search Scope pane: This pane has two purposes: Filtering the search results by location, and managing your “indexes”, which are explained below. Indexes can be added, updated and removed. Each index corresponds to some searchable location on your computer.
  9. Various controls: The three controls on the right of the Search button are: the number of currently visible search results, a button to open the program manual, and a button to open the program preferences.

Powerful Query Syntax

The above screenshot shows an example of the kinds of complex search queries you can enter in DocFetcher, DocFetcher Pro and DocFetcher Server. The example query means: Find all documents containing (1) the phrase “reproduction or redistribution”, and (2) the words “documentation” and “agreement” not more than three words apart.

The query syntax is powered by the underlying search engine Apache Lucene. Here’s a quick rundown of its major features:

  • Boolean operators: (dog OR cat) AND mouse NOT horse
  • Phrase search, i.e., finding words in a specific order: "dog cat mouse"
  • Required terms: +dog +cat
  • Wildcards: Placeholder characters * and ? to match ‘zero or more’ characters and ‘exactly one’ character, respectively. Examples:
    • luc? matches lucy, luca, …
    • luc* matches luc, lucy, luck, lucene, …
    • *ene* matches lucene, energy, generator, …
  • Fuzzy search, i.e., finding words that are similar to a given word. For example, searching for roam~ will turn up documents containing words like foam and roams.
  • Proximity search, i.e., finding words that are not more than a certain number of words apart. Example: "documentation agreement"~3

Index-based Search

Index-based search: DocFetcher, DocFetcher Pro and DocFetcher Server search for words in the filename and file contents of files, as well as in the fields and body of Outlook emails. However, for the sake of efficiency, the search runs on so-called indexes, rather than on the files and emails directly. An index is essentially a dictionary where the program can quickly look up for any given word which files or emails contain that word.

Trade-off: fast search and index creation: Index-based search is a great idea because it is by orders of magnitude faster than searching without indexes: DocFetcher, DocFetcher Pro and DocFetcher Server can typically find thousands of matching files in less than a second. The main downside is that the indexes have to be created first – a process known as indexing –, and this can take some time depending on the total number of files and emails, and their individual sizes.

Fast indexing and “index only what you need” philosophy: The downside of having to create an index is alleviated by the fact that indexing in DocFetcher, DocFetcher Pro and DocFetcher Server is quite fast: 200 files per minute is a pretty normal indexing speed. In addition, the two programs follow an “index only what you need” philosophy: Out of the box, nothing on your computer is indexed, and it is entirely up to you to decide what gets indexed. This is in contrast to other pieces of search software that out of the box waste a ton of time and computer power to index basically everything, since they assume you’re too stupid to decide on your own. Not to mention the privacy implications of this “index everything” approach…

Index creation vs. index update: Finally, indexing a particular folder is usually only time-consuming the first time around, if at all. Afterwards, whenever you run a so-called index update, the program will be smart enough to index only new and modified files, skipping everything else. In practice, usually only a relatively small number of files will have been added or modified, so an index update usually takes little time.

Creating Indexes

The above screenshot shows the indexing dialog of DocFetcher Pro. This is the configuration dialog you see when creating a new index. Notable features:

  1. Customizable plain text and zip extensions: The file extensions by which the program recognizes plain text files and zip archives can be customized. Customizing plain text file extensions is useful when dealing with source code.
  2. Inclusion and exclusion rules: You can define rules to include or exclude certain files based on wildcard or regular expression matching. This table also exists in DocFetcher, but wildcards and the inclusion rule are only available in DocFetcher Pro and DocFetcher Server. Free Pro Server
  3. Automatic updating of indexes: If this “Auto-update index” box is checked, the program will watch the indexed folder for file changes and update the index automatically when a change is detected.
  4. Indexing queue: Multiple indexing jobs can be queued, which each job on a separate tab.
  5. Saving and loading indexing settings: This “jar” button opens a menu for saving and loading indexing settings. This comes in handy if you need to define a lot of inclusion and exclusion rules. Free Pro Server

Supported Document Formats

  • AbiWord (abw, abw.gz, zabw)
  • EPUB (epub)
  • FictionBook (fb2, fbz, fb2.zip) Free Pro Server
  • FLAC Metadata (flac)
  • HTML (html, xhtml, …)
  • JPEG Exif Metadata (jpg, jpeg)
  • MP3 Metadata (mp3)
  • Microsoft Compiled HTML Help (chm)
  • Microsoft Office pre-2007 (doc, xls, ppt, …)
  • Microsoft Office 2007 and newer (docx, xlsx, pptx, …)
  • Microsoft Outlook OST (ost) * Free Pro Server
  • Microsoft Outlook PST (pst) *
  • Microsoft Visio (vsd, vss, vst, vsw)
  • Mobipocket (mobi) – support is currently experimental Free Pro Server
  • OpenDocument (odt, ods, odg, odp, …)
  • Portable Document Format (pdf)
  • Plain Text (customizable extensions)
  • Rich Text Format (rtf)
  • Scalable Vector Graphics (svg)

For any file format not included in the above list, at least the filename can be indexed. Also, any file format identifiable by a specific file extension can be forcibly indexed as plain text, as the plain text file extensions are customizable.

* Limitations of PST and OST file support

Disclaimer about best-effort indexing

Supported Archive Formats

  • 7z archives (7z), up to version v0.3 of the 7z format
  • 7z archives (7z), up to version v0.4 of the 7z format (since 7-Zip 9.34, from 2014-11-23) Free Pro Server
  • Rar archives (rar) – RAR 5.0 format not supported
  • Tar and Tar.* archives:
    • tar, tar.gz, tgz, tar.bz2, tb2, tbz
    • tbz2, tar.lzma, tlz, tar.xz, txz, tar.z, tz Free Pro Server
  • Zip archives (customizable extensions)

Other Notable Features

Cross-platform: DocFetcher, DocFetcher Pro and DocFetcher Server can be run on Windows, Linux and macOS. In addition, DocFetcher Server can be accessed from any desktop computer with an up-to-date version of Chrome, Firefox, Safari or Edge installed.

Portable version: The DocFetcher Pro packages for Windows, Linux and macOS each come in a portable and non-portable version. The portable version is useful in that it allows you to bundle up portable DocFetcher Pro, its indexes and the indexed documents, to be used in a variety of ways:

  • You can carry this bundle around on a USB drive.
  • You can archive it on some backup medium.
  • You can put it in an encrypted volume.
  • You can put it in a cloud drive and synchronize it across computers.

Please note that redistributing such portable bundles to other users is not permitted with DocFetcher Pro, as each purchased copy is tied to a single user. (Every receiving user would have to buy their own copy.) Redistribution is permitted with the open-source DocFetcher, however.

Unicode support: DocFetcher, DocFetcher Pro and DocFetcher Server come with rock-solid Unicode support for all major formats, including Microsoft Office, OpenDocument, PDF, HTML, RTF and plain text files.

Indexing network drives: DocFetcher, DocFetcher Pro and DocFetcher Server can index network drives as well as cloud drives. More generally, if a data structure can be mounted as something that looks like a file system in the OS, then all three programs are able to index it.

Unlimited levels of archive nesting: DocFetcher, DocFetcher Pro and DocFetcher Server support unlimited levels of archive nesting. In other words, they can read archives within archives within archives… Example:
C:\archive1.7z\archive2.rar\archive3.zip

Detection of HTML pairs: During indexing, DocFetcher, DocFetcher Pro and DocFetcher Server detect pairs of HTML files (e.g., a file named foo.html and a folder named foo_files), and treat each pair as a single document. This feature may seem rather useless at first, but it turned out that this dramatically increases the quality of the search results when you’re dealing with HTML files, since all the “clutter” inside the HTML folders disappears from the results.