public
Fork of dbalmain/ferret
Description: Random fixes to be able to build and test Ferret
Homepage: http://ferret.davebalmain.com
Clone URL: git://github.com/ehabkost/ferret.git
ehabkost (author)
Sat Nov 15 08:18:33 -0800 2008
commit  0f70999292ee2c6dee59d99226e4eec5376c6c7c
tree    64b845b7b15429498fe65dfd86cf7565cb7849ce
parent  73eb4f94741170da912ca4784bb88f1ea97d052c
ferret /
name age message
file .gitignore Fri Apr 18 02:11:31 -0700 2008 Tweaks to .gitignore files * Ignore emacs ~ tm... [dave]
file DOCUMENTATION_STANDARDS Fri Mar 21 19:59:19 -0700 2008 * removed obsolete Perl makefile generator * ex... [dbalmain]
file MIT-LICENSE Tue Feb 27 18:14:17 -0800 2007 Finally moved the experimental version of ferre... [dbalmain]
file README Tue Feb 27 18:14:17 -0800 2007 Finally moved the experimental version of ferre... [dbalmain]
file TODO Mon Apr 21 07:10:15 -0700 2008 Started detailed documentation of the QueryPars... [dave]
directory art/ Thu Nov 15 16:55:54 -0800 2007 Added gimp file for Ferret web badge. git-svn... [dbalmain]
directory c/ Loading commit data...
directory data/ Fri Apr 18 02:11:38 -0700 2008 See previous commit message Added the missing ... [dave]
directory ruby/
file smoke_test.rb Tue Feb 27 18:14:17 -0800 2007 Finally moved the experimental version of ferre... [dbalmain]
README
Ferret
=======

Ferret is an information retrieval library in the same vein as Apache Lucene[1].
Originally it was a full port of Lucene but it now uses it's own file format
and indexing algorithm although it is still very similar in many ways to
Lucene. Everything you can do in Lucene you should be able to do in Ferret.


For more information on Ferret, please visit the website:

    http://ferret.davebalmain.com/trac

[1] (http://jakarta.apache.org/lucene/)

Contents
=========

c/
    Ferret is written in C for speed. The actual C code should be fairly easy
    to use in an application or bindings to a language other than Ruby.

ruby/
    This directory contains the Ruby bindings and tests. See ruby/README for
    information on installing Ferret's Ruby bindings

smoke_test.rb
    If you would like to ensure that ferret keeps working on your system, add
    this method to a cron daemon to run as often as you like. Every time I
    check in a new version of Ferret, this script will pull down the changes
    from the repository and run all of the unit tests (C and Ruby), notifying
    me if anything is broken. The more people running this script the more
    stable ruby will be.

Contributions
=============

To contribute code, please contact Dave Balmain at dbalmain.gmail.com or submit
a ticket to the Ferret website[2]. If you would like to contribute financially,
please also visit the Ferret website:

[2] http://ferret.davebalmain.com/trac.

Authors
========

[<b>David Balmain</b>] {dbalmain@gmail.com}

Acknowledgements
=================

[The Apache Software Foundation (Doug Cutting and friends)] Original Apache
Lucene. There have also been many other contributers to Ferret. I will start 
to record them on the Ferret website.

License
========

Ferret is available under an MIT-style license.

See MIT-LICENSE