Class: ThinkingSphinx::Commands::IndexRealTime
- Inherits:
-
Base
- Object
- Base
- ThinkingSphinx::Commands::IndexRealTime
show all
- Defined in:
- lib/thinking_sphinx/commands/index_real_time.rb
Instance Method Summary
collapse
Methods inherited from Base
call, #call_with_handling
Methods included from WithOutput
#initialize
Instance Method Details
#call ⇒ Object
4
5
6
7
8
|
# File 'lib/thinking_sphinx/commands/index_real_time.rb', line 4
def call
ThinkingSphinx::RealTime.processor.call options[:indices] do
command :rotate
end
end
|