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-23 23:53
0.23

Diese Pressemitteilung enthält Bugfixes in mifluzsearch beschränkt Abfragen (-l und-h), mehr Regressionstests, ein Handbuch-Seite für mifluzsearch, Vertrieb und kleinere Korrekturen. Es wurde mit unac ynchronized-1.5.0 und verwendet AM_ICONV Makro Erstellung Warnungen zu verhindern.
Tags: Minor security fixes
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.

2001-07-12 04:32
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.

2001-01-30 15:13
0.9.0

Eine neue Kompressions-Algorithmus Umsetzung, dass der Index um einen Faktor von 8 im Vergleich zu einem unkomprimierten Index reduziert.
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

Portabilität und Bug-Fixes, die Erweiterung des API-Dokumentation, die Entwicklung des Storage-Taste (WordKey) Klasse, Geschwindigkeit Optimierungen und Vereinfachungen Schnittstelle.
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.
First release.

Project Resources