xapit icon indicating copy to clipboard operation
xapit copied to clipboard

High level Ruby library for interacting with Xapian, a full text search engine.

Results 5 xapit issues
Sort by recently updated
recently updated
newest added

please let me know if you need something else

This should help xapit install with Rails 3x

I'm getting this error while saving my Object. IOError (DatabaseLockError: Unable to get write lock on db/xapit: already locked): Please help is this related with Xapit?

I've tried to use xapit 0.3 with rails 3.2.11 (and rack 1.4.5): ``` Bundler could not find compatible versions for gem "rack": In Gemfile: xapit (~> 0.3) ruby depends on...

After upgrading to Xapit 0.3.0 (from 0.2.7) I get an InvalidArgumentError (from xapian) when running `rake xapit:index` I have run ``` $ rails g xapit:install ``` My model xapit method...