No commit activity in last 3 years
No release in over 3 years
workling delta indexing for thinking sphinx
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

workling_delta_indexer¶ ↑

Use workling to manage your delta indexing with <a href=“freelancing-gods.com/”>Pat Allan’s</a> <a href=“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 © 2009 Dan Pickett. See LICENSE for details.