Skip to content

Instantly share code, notes, and snippets.

@garystafford
Last active February 23, 2019 17:04
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 garystafford/04f37cc66b2e76d2c7936608fd764c70 to your computer and use it in GitHub Desktop.
Save garystafford/04f37cc66b2e76d2c7936608fd764c70 to your computer and use it in GitHub Desktop.
db.movieDetails.dropIndex('title_text')
db.movieDetails.createIndex({
title: 'text',
plot: 'text',
genres: 'text'
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment