Skip to content

Instantly share code, notes, and snippets.

@florida
Created March 20, 2013 18:34
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 florida/5207235 to your computer and use it in GitHub Desktop.
Save florida/5207235 to your computer and use it in GitHub Desktop.
Creating documents in swiftype
engine = Swiftype::Engine.find('engine-slug')
type = engine.document_type('books')
type.create_document({
:external_id => id
:fields})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment