Dr. Dobb's is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.


Channels ▼
RSS

Database

True Desktop Search


Apple, Linux and Open-Source Support

Most of the available desktop search tools are Windows-centric. Google, Yahoo!, Copernic and Ask, for example, don't offer non-Windows versions of their tools. There are tools available for other operating systems, and there are even open-source desktop search tools available. For instance, Mac OS X Tiger comes with Spotlight (www.apple.com/ macosx/features/spotlight), an excellent desktop search tool that's integrated with the Tiger menu bar.

For Linux, Beagle is an open-source desktop tool that searches content for common Linux applications such as OpenOffice, KMail and Evolution for e-mail and calendaring, Gaim for instant messages, Firefox, Epiphany and Konqueror for browser history, as well as common video, audio and image file formats. Beagle is written in C# with the Mono project (.NET for Linux), and uses a C# version of Lucene (http://lucene .apache.org) as the indexer and search engine.

As for other open-source desktop search tools, there are two that look promising: The File Seeker and Lucene Nutch (both in beta form). The File Seeker is an open-source desktop search tool available from SourceForge (http:// sourceforge.net/projects/fileseeker) that is available in C++ and Delphi, and supports Windows versions from Windows 95 to Windows XP. Nutch (http://lucene.apache.org/nutch) builds on Lucene, which is written in Java and is consequently multiplatform. It adds support for indexing, crawling and parsing content in multiple formats.

Some organizations may be interested in using open-source search tools because they provide complete transparency into the algorithms used to rank search results. Most commercial vendors view this as intellectual property, and therefore don't expose their algorithms. This leads to the suspicion that results can be ranked based on vendor partnership or other, commercial, agreements. The use of open-source tools avoids this, and allows organizations with specific requirements to rank results as they see fit.


Related Reading


More Insights






Currently we allow the following HTML tags in comments:

Single tags

These tags can be used alone and don't need an ending tag.

<br> Defines a single line break

<hr> Defines a horizontal line

Matching tags

These require an ending tag - e.g. <i>italic text</i>

<a> Defines an anchor

<b> Defines bold text

<big> Defines big text

<blockquote> Defines a long quotation

<caption> Defines a table caption

<cite> Defines a citation

<code> Defines computer code text

<em> Defines emphasized text

<fieldset> Defines a border around elements in a form

<h1> This is heading 1

<h2> This is heading 2

<h3> This is heading 3

<h4> This is heading 4

<h5> This is heading 5

<h6> This is heading 6

<i> Defines italic text

<p> Defines a paragraph

<pre> Defines preformatted text

<q> Defines a short quotation

<samp> Defines sample computer code text

<small> Defines small text

<span> Defines a section in a document

<s> Defines strikethrough text

<strike> Defines strikethrough text

<strong> Defines strong text

<sub> Defines subscripted text

<sup> Defines superscripted text

<u> Defines underlined text

Dr. Dobb's encourages readers to engage in spirited, healthy debate, including taking us to task. However, Dr. Dobb's moderates all comments posted to our site, and reserves the right to modify or remove any content that it determines to be derogatory, offensive, inflammatory, vulgar, irrelevant/off-topic, racist or obvious marketing or spam. Dr. Dobb's further reserves the right to disable the profile of any commenter participating in said activities.

 
Disqus Tips To upload an avatar photo, first complete your Disqus profile. | View the list of supported HTML tags you can use to style comments. | Please read our commenting policy.