dpickett / workling_delta_indexer
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (3)
- Wiki (1)
- Graphs
-
Tree:
71f00b7
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
.gitmodules | ||
| |
LICENSE | ||
| |
README.rdoc | ||
| |
Rakefile | ||
| |
VERSION.yml | ||
| |
lib/ | ||
| |
test/ | ||
| |
vendor/ | ||
| |
workling_delta_indexer.gemspec |
README.rdoc
workling_delta_indexer
Use workling to manage your delta indexing with <a href="Pat">freelancing-gods.com/">Pat Allan’s</a> <a href="Thinking">github.com/freelancing-god/thinking-sphinx/tree/master">Thinking Sphinx</a>
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
<index details>
set_property :delta => WorklingDelta::Indexer
end
Documentation
View the documentation at rdoc.info/projects/dpickett/workling_delta_indexer
Copyright
Copyright © 2009 Dan Pickett. See LICENSE for details.

