public
Description: Ferret: the extensible information retrieval library for ruby.
Homepage: http://ferret.davebalmain.com
Clone URL: git://github.com/dbalmain/ferret.git
ferret / c
name age message
..
file .gitignore Fri Apr 25 15:33:57 -0700 2008 * Added benchall to .gitignore [krayouva]
directory .rake/ Tue Dec 02 18:04:50 -0800 2008 Re-published documentation Needed to update a ... [dbalmain]
file FileFormat.txt Tue Feb 27 18:14:17 -0800 2007 Finally moved the experimental version of ferre... [dbalmain]
file MIT-LICENSE Tue Feb 27 18:14:17 -0800 2007 Finally moved the experimental version of ferre... [dbalmain]
file Makefile Sat May 10 23:53:32 -0700 2008 Merge branch 'master' of ssh://git@davebalmain.... [krayouva]
file README Sun Nov 18 09:16:07 -0800 2007 Trivial wordo fix. git-svn-id: svn+ssh://dave... [marvin]
file Rakefile Tue Dec 02 18:04:50 -0800 2008 Re-published documentation Needed to update a ... [dbalmain]
file TODO Mon Apr 21 07:10:15 -0700 2008 Started detailed documentation of the QueryPars... [dave]
file bench.c Fri Apr 18 02:11:46 -0700 2008 Release of ragel-based standard tokenizer * Re... [dave]
directory benchmark/ Wed Apr 30 22:21:03 -0700 2008 * Inlined bitwise vector operations + added ben... [krayouva]
directory include/ Thu Jan 01 21:50:42 -0800 2009 Fixed gcc 4.3 errors [David Balmain]
directory lib/ Wed Mar 12 13:47:35 -0700 2008 Fix to make sure bzlib will compile everywhere ... [dbalmain]
file load_bench.c Mon Mar 10 13:08:42 -0700 2008 Added document loading benchmark git-svn-id: ... [dbalmain]
file search_bench.c Tue Feb 27 18:14:17 -0800 2007 Finally moved the experimental version of ferre... [dbalmain]
file sort_bench.c Tue Feb 27 18:14:17 -0800 2007 Finally moved the experimental version of ferre... [dbalmain]
directory src/ Loading commit data...
file styleguide.html Tue Feb 27 18:14:17 -0800 2007 Finally moved the experimental version of ferre... [dbalmain]
directory test/ Thu Jan 01 21:50:42 -0800 2009 Fixed gcc 4.3 errors [David Balmain]
directory tools/ Fri Jun 13 00:57:02 -0700 2008 Fixed global namespace of hash.h [dbalmain]
file valgrind.supp Tue Mar 11 07:10:03 -0700 2008 Added compression support. You'll need to have ... [dbalmain]
c/README
== Ferret

C Search engine library


== Installation

Currently there is nothing to install. You can run the tests by running Make.


== Coding Style

Ferret is using the Apache coding style. See styleguide.html for a description.
This style can be generated with the following arguments to GNU indent:

          -i4 -npsl -di0 -br -nce -d0 -cli0 -npcs -nfc1 -nut -ncs


== COPYRIGHT AND LICENCE

Copyright 2006 David Balmain

:include: MIT-LICENSE