Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.42 KB

README.md

File metadata and controls

54 lines (37 loc) · 1.42 KB

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