Download List

Descripción del Proyecto

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-12 04:32 Back to release list
0.22

Implementación de un caché de resultados para mifluzsearch, una solución para un error que impidió la búsqueda mifluzsearch índices en que el documento no se inició inmediatamente después de la palabra, una solución para un error que las palabras mifluzsearch obligatoria ignorarse que no existen en el índice, la sincronización con UNAC 1.4.0, y la eliminación de obsoletos los resultados de referencia.
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