Support for Oracle, SQLite3 using xmlpipe2 for Thinking Sphinx

Installation

You’ll need Thinking Sphinx 1.3.0 or later.

gem install ts-xml --source http://gemcutter.org

In your environment.rb file, with the rest of your gem dependencies:

config.gem 'ts-xml',
  :lib     => 'thinking_sphinx/xml'
  :source  => 'http://gemcutter.org'

And add the following line to the bottom of your Rakefile:

begin
  require 'thinking_sphinx/tasks'
  require 'thinking_sphinx/xml/tasks'
rescue LoadError
  puts "Cannot load thinking sphinx tasks"
end

Usage

TODO

Copyright

Copyright © 2009 Edgars Beigarts, and released under an MIT Licence.