Download List

Projeto Descrição

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

Este comunicado contém correções em consultas mifluzsearch restrita (-l,-h), mais os testes de regressão, uma página de manual para mifluzsearch, distribuição e correções menores. Foi ynchronized com UNAC-1.5.0, e usa macro AM_ICONV para evitar avisos de compilação.
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

Implementação de um cache do resultado para mifluzsearch, uma correção para um bug que impedia mifluzsearch pesquisa de índices em que o documento não foi iniciado imediatamente após a palavra, uma correção para um bug mifluzsearch que ignorou as palavras obrigatórias que não existem no índice, a sincronização com UNAC 1.4.0, e remoção de obsoletos resultados de benchmark.
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

Um novo algoritmo de compressão de execução, que reduz o tamanho do índice por um fator de 8, em comparação com um índice compactado.
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

Portabilidade e correções de bugs, extensão da documentação da API, a evolução da chave de armazenamento (WordKey classe), otimizações de velocidade e simplificações interface.
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