Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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-12 04:32 Zurück zur Release-Liste
0.22

Implementierung eines Ergebnis-Cache für mifluzsearch, eine Korrektur für einen Fehler, der Benutzer mifluzsearch Indizes, wo das Dokument nicht sofort nach dem Wort "Start", eine Korrektur für einen Fehler, der ignoriert mifluzsearch verbindliche Worte, die nicht im Index, die Synchronisation mit existieren verhindert unac 1.4.0 und für die Beseitigung der veralteten Benchmark-Ergebnisse.
Tags: Minor feature enhancements
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.

Project Resources