No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
Ferret is a super fast, highly configurable search library.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
 Project Readme

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