Class: PyramidScheme::Indexer::Ultrasphinx

Inherits:
Base
  • Object
show all
Defined in:
lib/pyramid_scheme/indexer/ultrasphinx.rb

Instance Attribute Summary

Attributes inherited from Base

#configure_task_name, #index_task_name

Class Method Summary collapse

Methods inherited from Base

#configure, #index, #initialize

Constructor Details

This class inherits a constructor from PyramidScheme::Indexer::Base

Class Method Details

.configure_task_nameObject



8
9
10
# File 'lib/pyramid_scheme/indexer/ultrasphinx.rb', line 8

def self.configure_task_name
  'ultrasphinx:configure'
end

.index_task_nameObject



4
5
6
# File 'lib/pyramid_scheme/indexer/ultrasphinx.rb', line 4

def self.index_task_name
  'ultrasphinx:index'
end