Skip to content

Instantly share code, notes, and snippets.

@ruprict
Created March 7, 2012 00:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ruprict/1990160 to your computer and use it in GitHub Desktop.
Save ruprict/1990160 to your computer and use it in GitHub Desktop.
Mike Pack Solr Article 2
class Product < ActiveRecord::Base
searchable do
text :name, :boost => 2.0
text :color
boolean :used
end
end
@ratrocket
Copy link

Is the semi colon on line 3 a typo? Or is that part of the DSL?

@ruprict
Copy link
Author

ruprict commented Mar 9, 2012

Typo..thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment