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

이 릴리스에는 상당히 동안 이전의 데이터베이스 형식과의 호환성을 유지하고 또한 스토리지 비용 절감 색인 구축하기위한 메모리 요구 사항 감소했다. 또한 여러 가지 사소한 버그 수정. libdoodle API 및 이전 버전과 호환되지 않습니다 개선했다.
Tags: Major feature enhancements
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.

2004-08-13 23:18
0.3.0

이 릴리스의 국제화에 대한 지원을 gettext를 사용하여 추가합니다. JNI를 메소드를 자바 애플 리케이션에서 미국인 데이터베이스에 직접 액세스를 허용하도록 libdoodle에 추가되었습니다. 대략적인 검색 결과와도 문제를 수정 발표, 그리고 향상 다중 낙서를 실행하는 사용자가 액세스할 수있는 파일만을 보여주는 결과로 사용자를 지원합니다.
Tags: Major feature enhancements
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.

2004-07-23 19:58
0.2.1

코드 멀티 접미사의 조작 - 트리 데이터베이스에 사용할 수있는 라이브러리를 별도로 refactored했다. 이 지수는 낙서에 의해 지어진 다른 응용 프로그램에 액세스할 수있게됩니다. libextractor의 사전 기반의 메타 데이터 추출기에 추가되었습니다 로딩을위한 편의 옵션을 누릅니다.
Tags: Code cleanup
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.

2004-07-02 19:52
0.2.0

이 릴리스에 추가 여러 가지 새로운 옵션과 크게 때마다 파일 전체를 읽어 피하는하여 색인의 성능을 향상시킵니다. 데이터베이스 형식으로 약간의 디스크 공간 사용량 작은 감소 결과로 변경.
Tags: Major feature enhancements
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.

2004-06-20 14:22
0.1.1

이 릴리스에는 다양한 버그 수정 및 대형 인덱스를 직렬화의 성능이 향상됩니다.
Tags: Major bugfixes
This release fixes various bugs and improves the performance of serializing large indices.

Project Resources