public
Description: Workling Delta Indexer for Thinking Sphinx
Homepage:
Clone URL: git://github.com/dpickett/workling_delta_indexer.git
name age message
file .gitignore Sat Mar 07 12:08:28 -0800 2009 Initial commit to workling_delta_indexer. [dpickett]
file .gitmodules Mon Jun 29 08:26:28 -0700 2009 added workling as a submodule [dpickett]
file LICENSE Sat Mar 07 12:08:28 -0800 2009 Initial commit to workling_delta_indexer. [dpickett]
file README.rdoc Wed Jul 01 14:54:51 -0700 2009 links? [dpickett]
file Rakefile Wed Jul 01 14:52:22 -0700 2009 more yardwork [dpickett]
file VERSION.yml Mon Jun 29 08:28:09 -0700 2009 Version bump to 0.1.2 [dpickett]
directory lib/ Wed Jul 01 14:52:22 -0700 2009 more yardwork [dpickett]
directory test/ Sat Mar 07 15:52:22 -0800 2009 completed test harness [dpickett]
directory vendor/ Mon Jun 29 08:26:28 -0700 2009 added workling as a submodule [dpickett]
file workling_delta_indexer.gemspec Sun Mar 08 14:07:59 -0700 2009 Regenerated gemspec for version 0.1.1 [dpickett]
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.