Download List

專案描述

Doodle is a desktop search engine for Linux. It searches your hard drive for files using pattern matching on meta-data. It extracts file-format specific meta-data using libextractor and builds a suffix tree to index the files. The index can then be searched rapidly. It is similar to locate, but can take advantage of information such as ID3
tags. It is possible to do full-text indexing using the appropriate libextractor plugins. It also supports using FAM to keep the database up-to-date.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-09-09 07:55
0.4.0

This release significantly reduced memory requirements for building the index and also reduced storage costs while maintaining compatibility with the previous database format. It also fixed various minor bugs. The libdoodle API was improved and is incompatible with previous versions.
標籤: Major feature enhancements

2004-08-13 23:18
0.3.0

This release adds support for internationalization using gettext. JNI methods were added to libdoodle to allow direct access to the Doodle database from Java applications. The release also fixes problems with approximate searches, and enhances multi-user support by only showing results of files that are accessible to the user running doodle.
標籤: Major feature enhancements

2004-07-23 19:58
0.2.1

The code was refactored to separate out a library that can be used for manipulations of the multi suffix-tree database. This will allow other applications access to the index constructed by doodle. A convenience option for loading libextractor's dictionary-based meta-data extractors was added.
標籤: Code cleanup

2004-07-02 19:52
0.2.0

This release adds various new options and significantly improves indexing performance by avoiding reading the entire file each time. The database format changed slightly, resulting in a small reduction in disk space usage.
標籤: Major feature enhancements

2004-06-20 14:22
0.1.1

This release fixes various bugs and improves the performance of serializing large indices.
標籤: Major bugfixes

Project Resources