Sha256: aa0be6bfa8c9068410554b59b5b9394f43f35b7fd4e2b4eda4bf4d479fd82148

Contents?: true

Size: 187 Bytes

Versions: 3

Compression:

Stored size: 187 Bytes

Contents

class ThinkingSphinx::Commands::Index < ThinkingSphinx::Commands::Base
  def call
    controller.index :verbose => options[:verbose]
  end

  private

  def type
    'indexing'
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
thinking-sphinx-3.4.2 lib/thinking_sphinx/commands/index.rb
thinking-sphinx-3.4.1 lib/thinking_sphinx/commands/index.rb
thinking-sphinx-3.4.0 lib/thinking_sphinx/commands/index.rb