workling_delta_indexer

Workling Delta Indexer for Thinking Sphinx

MIT License

Downloads
16.9K
Stars
9
Committers
1

= workling_delta_indexer

Use workling to manage your delta indexing with Pat Allan's Thinking Sphinx

== How to Use

Install the gem

gem install dpickett-workling_delta_indexer

Add the gem to your list of required gems in config/environment.rb

config.gem "dpickett-workling_delta_indexer", :lib => "workling_delta_indexer"

Use WorklingDelta::Indexer as your Delta handler

define_index do

set_property :delta => WorklingDelta::Indexer

end

== Documentation

View the documentation at http://rdoc.info/projects/dpickett/workling_delta_indexer

== Copyright

Copyright (c) 2009 Dan Pickett. See LICENSE for details.