Sha256: a94ecbd48b8a979499283ebfbc42f92c10a7ac5eab0e3dceddd1664b6b2bf2b4

Contents?: true

Size: 135 Bytes

Versions: 7

Compression:

Stored size: 135 Bytes

Contents

class Photo < MockRecord
  attr_accessor :caption
end

Sunspot.setup(Photo) do
  text :caption, :default_boost => 1.5
  boost 0.75
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
sunspot-0.10.5 spec/mocks/photo.rb
sunspot-0.10.4 spec/mocks/photo.rb
kuahyeow-sunspot-0.10.3 spec/mocks/photo.rb
sunspot-0.10.3 spec/mocks/photo.rb
sunspot-0.10.2 spec/mocks/photo.rb
sunspot-0.10.1 spec/mocks/photo.rb
sunspot-0.10.0 spec/mocks/photo.rb