features/thinking_sphinx/models/developer.rb in thinking-sphinx-1.4.4 vs features/thinking_sphinx/models/developer.rb in thinking-sphinx-1.4.5
- old
+ new
@@ -15,17 +15,6 @@
facet "LOWER(city)", :as => :city, :type => :string, :value => :city
group_by 'city'
end
-
- define_index 'alternate' do
- indexes "'foo'", :as => :foo
-
- has age, :facet => true
- has tags(:id), :as => :tag_ids, :facet => true
-
- facet "LOWER(city)", :as => :city, :type => :string, :value => :city
-
- group_by 'city'
- end
end