0
0
Fork 0
Go to file
Gibheer ffa9e96a9f searches are now done with Queries, which contain Terms 2011-06-06 16:08:37 +02:00
lib searches are now done with Queries, which contain Terms 2011-06-06 16:08:37 +02:00
spec searches are now done with Queries, which contain Terms 2011-06-06 16:08:37 +02:00
.document Initial commit to polecat. 2011-05-07 19:32:28 +02:00
.gitignore ignore the tmp directory, which is just for testing purpose 2011-05-30 12:47:54 +02:00
.rspec Initial commit to polecat. 2011-05-07 19:32:28 +02:00
Gemfile the index is now using the marshal format for reading and writing the 2011-05-23 20:54:28 +02:00
LICENSE.txt Initial commit to polecat. 2011-05-07 19:32:28 +02:00
README.rdoc README update 2011-05-18 11:53:39 +02:00
Rakefile test with all rubies 2011-05-20 15:29:53 +02:00

README.rdoc

= polecat

This is my attempt to build a search library like lucene in native ruby.

The idea formed, when I learned about the rubinius project and it's ability to tune parts of the ruby code with it's jit. It's a bit sad for MRI, that more and more ruby code get's converted to C, so it would be great, if rbx could be as performant as MRI, even if great parts of a application are written in ruby.

More updates are to come, when it is further progessing.

== Contributing to polecat
 
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
* Fork the project
* Start a feature/bugfix branch
* Commit and push until you are happy with your contribution
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

== Copyright

Copyright (c) 2011 Gibheer. See LICENSE.txt for
further details.