Sha256: 2cc1fe62189ad47bddea24e5ffdc21b43fbd3a84dbf100385bbae09c711008b0

Contents?: true

Size: 270 Bytes

Versions: 17

Compression:

Stored size: 270 Bytes

Contents

# frozen_string_literal: true

ThinkingSphinx::Index.define :city, :with => :active_record do
  indexes name
  has lat, lng

  set_property :charset_table => '0..9, A..Z->a..z, _, a..z, U+410..U+42F->U+430..U+44F, U+430..U+44F, U+0130'
  set_property :utf8? => true
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
thinking-sphinx-5.6.0 spec/internal/app/indices/city_index.rb
thinking-sphinx-5.5.1 spec/internal/app/indices/city_index.rb
thinking-sphinx-5.5.0 spec/internal/app/indices/city_index.rb
thinking-sphinx-5.4.0 spec/internal/app/indices/city_index.rb
thinking-sphinx-5.3.0 spec/internal/app/indices/city_index.rb
thinking-sphinx-5.2.1 spec/internal/app/indices/city_index.rb
thinking-sphinx-5.2.0 spec/internal/app/indices/city_index.rb
thinking-sphinx-5.1.0 spec/internal/app/indices/city_index.rb
thinking-sphinx-5.0.0 spec/internal/app/indices/city_index.rb
thinking-sphinx-4.4.1 spec/internal/app/indices/city_index.rb
thinking-sphinx-4.4.0 spec/internal/app/indices/city_index.rb
thinking-sphinx-4.3.2 spec/internal/app/indices/city_index.rb
thinking-sphinx-4.3.1 spec/internal/app/indices/city_index.rb
thinking-sphinx-4.3.0 spec/internal/app/indices/city_index.rb
thinking-sphinx-4.2.0 spec/internal/app/indices/city_index.rb
thinking-sphinx-4.1.0 spec/internal/app/indices/city_index.rb
thinking-sphinx-4.0.0 spec/internal/app/indices/city_index.rb