Skip to content

Instantly share code, notes, and snippets.

@plotti
Created June 22, 2012 11:57
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 plotti/2972327 to your computer and use it in GitHub Desktop.
Save plotti/2972327 to your computer and use it in GitHub Desktop.
Searchable feeds
# Indexing the text field with solr
searchable do
text :text
integer :person_id
time :published_at
text :retweeters do
retweet_ids.collect{|retweet| retweet[:id]}
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment