Class: FlyingSphinx::Commands::StartAttached
- Inherits:
 - 
      Base
      
        
- Object
 - ThinkingSphinx::Commands::Base
 - Base
 - FlyingSphinx::Commands::StartAttached
 
 
- Defined in:
 - lib/flying_sphinx/commands/start_attached.rb
 
Constant Summary
Constants inherited from Base
Base::DEFAULT_TIMEOUT, Base::ERROR_MESSAGES, Base::INDEX_TIMEOUT
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#call ⇒ Object
      4 5 6 7 8 9  | 
    
      # File 'lib/flying_sphinx/commands/start_attached.rb', line 4 def call stream.puts <<-MESSAGE It is not possible to start the Sphinx daemon as an attached process. Please use ts:start without the NODETACH flag set. MESSAGE end  |