class ThinkingSphinx::Commands::IndexRealTime
Public Instance Methods
call()
click to toggle source
# File lib/thinking_sphinx/commands/index_real_time.rb, line 4 def call ThinkingSphinx::RealTime.processor.call options[:indices] do command :rotate end end
Private Instance Methods
type()
click to toggle source
# File lib/thinking_sphinx/commands/index_real_time.rb, line 12 def type 'indexing' end