Guest User

Untitled

a guest
Jun 18th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. define_index do
  2. indexes content, :sortable => true
  3. has posted_at, handler, author
  4.  
  5. has users(:id), :as => :user_ids
  6. set_property :delta => true # for stuff that are added between indexing
  7. end
Add Comment
Please, Sign In to add comment