Sha256: ae9ca25f7b2c8fc7f4cbd8f5056086cae355d255218c8ddf38de85c35b6e3c8e

Contents?: true

Size: 236 Bytes

Versions: 7

Compression:

Stored size: 236 Bytes

Contents

ThinkingSphinx::Index.define :page_file, with: :real_time do
  indexes name
  indexes filename

  has page_id,    type: :integer
  has created_at, type: :timestamp
  has updated_at, type: :timestamp
  has published,  type: :boolean
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
pages_sphinx-0.0.4 app/indices/page_file_index.rb
pages_sphinx-0.0.3 app/indices/page_file_index.rb
pages_sphinx-0.0.2 app/indices/page_file_index.rb
pages_sphinx-0.0.1 app/indices/page_file_index.rb
pages_core-3.4.3 app/indices/page_file_index.rb
pages_core-3.5.1 app/indices/page_file_index.rb
pages_core-3.4.2 app/indices/page_file_index.rb