Categories
Mifluz
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.
Last updated 22 Oct, 2001
Versions
0.23.0
0.23.0 stable released 2001-07-23
- Released: 23 Jul, 2001
- Code Maturity: Stable
- Source Archive: http://ftp.gnu.org/gnu/mifluz/mifluz-0.23.0.tar.gz
- Licenses: GPLv2
- Interfaces: Library
User Community and Support
User guide available in HTML format from http://www.gnu.org/software/mifluz/doc.en.html
General Resources
Development
Developer Resources
- VCS Checkout Command:
:pserver:anoncvs@subversions.gnu.org:/cvsroot/mifluz - VCS Repository Webview



