GNU mifluz

Introduction to GNU mifluz

The purpose of mifluz is to provide a C++ library to store a full text inverted index. To put it briefly, it allows storage of occurrences of words in such a way that they can later be searched. The basic idea of an inverted index is to associate each unique word with a list of documents in which they appear. This list can then be searched to locate the documents containing a specific word.

Downloading GNU mifluz

GNU mifluz can be found on http://ftp.gnu.org/gnu/mifluz/ [via http] and ftp://ftp.gnu.org/gnu/mifluz/ [via FTP]. It can also be found on one of our FTP mirrors; please use a mirror if possible.

Documentation

GNU mifluz documentation can be found at http://www.gnu.org/software/mifluz/doc/mifluz.html. A doxygen doc can be found at http://www.gnu.org/software/mifluz/doc/doxydoc/index.html.

You can read the tutorial GNU mifluz.

Support and Bugs

Bug reporting can be found on : http://savannah.gnu.org/bugs/?group=mifluz.

Support can be found on : http://savannah.gnu.org/support/?group=mifluz.

Request an Enhancement

If you would like any new feature to be included in future versions of GNU mifluz, please send a request to http://savannah.gnu.org/support/?group=mifluz.

Please remember that development of GNU mifluz is a volunteer effort, and you can also contribute to its development. For information about contributing to the GNU Project, please read How to help GNU.

Report a Bug

If you think you have found a bug in GNU mifluz, then please send as complete a report as possible to http://savannah.gnu.org/bugs/?group=mifluz.

License

GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007

Copyright © 2007 Free Software Foundation, Inc.

Maintainer

GNU mifluz is currently being maintained by <sebastien.diaz@gmail.com>.