Download List

專案描述

The purpose of mifluz is to provide a C++ library to build and query a full text inverted index. It is dynamically updatable, scalable (up to 1Tb indexes), uses a controlled amount of memory, shares index files and memory cache among processes or threads and compresses index files to 50% of the raw data. The structure of the index is configurable at runtime and allows inclusion of relevance ranking information. The query functions do not require to load all the occurences of a searched term. They consume very few resources and many searches can be run in parallel.

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.

2001-07-23 23:53
0.23

This release contains bugfixes in mifluzsearch restricted queries (-l and -h), more regression tests, a manual page for mifluzsearch, and minor distribution fixes. It has been ynchronized with unac-1.5.0, and uses AM_ICONV macro to prevent compilation warnings.
標籤: Minor security fixes

2001-07-12 04:32
0.22

Implementation of a result cache for mifluzsearch, a fix for a mifluzsearch bug that prevented searching indexes where the document did not start immediately after the word, a fix for a mifluzsearch bug that ignored mandatory words that do not exist in the index, synchronization with unac 1.4.0, and removal of obsolete benchmark results.
標籤: Minor feature enhancements

2001-01-30 15:13
0.9.0

A new compression algorithm implementation, that reduces the index size by a factor of 8 compared to an uncompressed index.

2001-01-30 15:13
0.8

Portability and bug fixes, extension of the API documentation, evolution of the storage key (WordKey) class, speed optimizations, and interface simplifications.

2001-01-30 15:13
0.6

First release.

Project Resources