Sha256: cc2339ed3d3364fdb9cc3aeb5d83ecd6790850700e2e534963d44cc552924a8b

Contents?: true

Size: 251 Bytes

Versions: 15

Compression:

Stored size: 251 Bytes

Contents

ThinkingSphinx::Index.define :book, :with => :active_record, :delta => true do
  indexes title, :sortable => true
  indexes author, :facet => true
  indexes [title, author], :as => :info
  indexes blurb_file, :file => true

  has year, created_at
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
thinking-sphinx-3.2.0 spec/internal/app/indices/book_index.rb
thinking-sphinx-3.1.4 spec/internal/app/indices/book_index.rb
thinking-sphinx-3.1.3 spec/internal/app/indices/book_index.rb
thinking-sphinx-3.1.2 spec/internal/app/indices/book_index.rb
thinking-sphinx-3.1.1 spec/internal/app/indices/book_index.rb
thinking-sphinx-3.1.0 spec/internal/app/indices/book_index.rb
thinking-sphinx-3.0.6 spec/internal/app/indices/book_index.rb
thinking-sphinx-3.0.5 spec/internal/app/indices/book_index.rb
thinking-sphinx-3.0.4 spec/internal/app/indices/book_index.rb
thinking-sphinx-3.0.3 spec/internal/app/indices/book_index.rb
thinking-sphinx-3.0.2 spec/internal/app/indices/book_index.rb
thinking-sphinx-3.0.1 spec/internal/app/indices/book_index.rb
thinking-sphinx-3.0.0 spec/internal/app/indices/book_index.rb
thinking-sphinx-3.0.0.rc spec/internal/app/indices/book_index.rb
thinking-sphinx-3.0.0.pre spec/internal/app/indices/book_index.rb