Sha256: 79c56af33ffb0654ebc59c1e8fa41761a41129390be9f93ffdc116bf6dbb19a9
Contents?: true
Size: 391 Bytes
Versions: 13
Compression:
Stored size: 391 Bytes
Contents
class FlyingSphinx::ResqueDelta::DeltaJob < ThinkingSphinx::Deltas::ResqueDelta::DeltaJob @queue = :fs_delta # Runs Sphinx's indexer tool to process the index. Currently assumes Sphinx # is running. # # @param [String] index the name of the Sphinx index # def self.perform(indices) return if skip?(indices) FlyingSphinx::IndexRequest.new(indices).perform end end
Version data entries
13 entries across 13 versions & 2 rubygems