Sha256: 0e4edbe65d93b0d42ffc87906e6c699f3d9a6e366ecb3bfd2a241fe60ca25551

Contents?: true

Size: 150 Bytes

Versions: 47

Compression:

Stored size: 150 Bytes

Contents

class Music < Medium
  set_table_name 'music'
  
  define_index do
    indexes artist, track, album
    indexes genre(:name), :as => :genre
  end
end

Version data entries

47 entries across 47 versions & 11 rubygems

Version Path
sayso-thinking-sphinx-2.0.3.002 features/thinking_sphinx/models/music.rb
sayso-thinking-sphinx-2.0.3.001 features/thinking_sphinx/models/music.rb
thinking-sphinx-2.0.4 features/thinking_sphinx/models/music.rb
thinking-sphinx-1.4.5 features/thinking_sphinx/models/music.rb
thinking-sphinx-2.0.3 features/thinking_sphinx/models/music.rb
thinking-sphinx-1.4.4 features/thinking_sphinx/models/music.rb
thinking-sphinx-1.4.3 features/thinking_sphinx/models/music.rb
thinking-sphinx-2.0.2 features/thinking_sphinx/models/music.rb
thinking-sphinx-1.4.2 features/thinking_sphinx/models/music.rb
thinking-sphinx-1.4.1 features/thinking_sphinx/models/music.rb
joshcutler-thinking-sphinx-1.3.18 features/thinking_sphinx/models/music.rb
thinking-sphinx-2.0.1 features/thinking_sphinx/models/music.rb
thinking-sphinx-2.0.0 features/thinking_sphinx/models/music.rb
thinking-sphinx-1.4.0 features/thinking_sphinx/models/music.rb
thorsson_thinking-sphinx-2.0 features/thinking_sphinx/models/music.rb
angelf-thinking-sphinx-1.3.18 features/thinking_sphinx/models/music.rb
thinking-sphinx-1.3.20 features/thinking_sphinx/models/music.rb
thinking-sphinx-2.0.0.rc2 features/thinking_sphinx/models/music.rb
thinking-sphinx-1.3.19 features/thinking_sphinx/models/music.rb
skalee-thinking-sphinx-1.3.14.2 features/support/models/music.rb