Skip to content

Instantly share code, notes, and snippets.

@florida
Created March 20, 2013 18:34
Show Gist options
  • Select an option

  • Save florida/5207235 to your computer and use it in GitHub Desktop.

Select an option

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