Sha256: 6ec78546df613388f7129c7d0e130ae72e14a8d5e971066910be4ba530cec57e

Contents?: true

Size: 189 Bytes

Versions: 8

Compression:

Stored size: 189 Bytes

Contents

ThinkingSphinx::Index.define :user, :with => :active_record do
  indexes name

  has articles.taggings.tag_id, :as => :tag_ids, :facet => true

  set_property :big_document_ids => true
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
thinking-sphinx-3.4.2 spec/internal/app/indices/user_index.rb
thinking-sphinx-3.4.1 spec/internal/app/indices/user_index.rb
thinking-sphinx-3.4.0 spec/internal/app/indices/user_index.rb
thinking-sphinx-3.3.0 spec/internal/app/indices/user_index.rb
thinking-sphinx-3.2.0 spec/internal/app/indices/user_index.rb
thinking-sphinx-3.1.4 spec/internal/app/indices/user_index.rb
thinking-sphinx-3.1.3 spec/internal/app/indices/user_index.rb
thinking-sphinx-3.1.2 spec/internal/app/indices/user_index.rb