Skip to content

dbalmain/ferret

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
art
 
 
c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Ferret

Ferret is an information retrieval library in the same vein as Apache Lucene. 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.

Contents

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

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

Contributions

To contribute code, please contact me at dbalmain@gmail.com or submit a ticket.

Authors

Dave Balmain

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.

Jens Krämer for keeping this project alive.

Code Status

Build Status

License

Ferret is available under an MIT-style license.

See MIT-LICENSE

About

Ferret: the extensible information retrieval library for ruby.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published