Skip to content

Instantly share code, notes, and snippets.

@jaydonnell
Created December 3, 2009 18:43
Show Gist options
  • Save jaydonnell/248419 to your computer and use it in GitHub Desktop.
Save jaydonnell/248419 to your computer and use it in GitHub Desktop.
engine = Moonstone::Engine.new
engine.index(@some_docs)
engine.reader do |r|
r.terms.for_field('name').sort.should == %w{ burger king depeche mode }.sort
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment