Skip to content

Instantly share code, notes, and snippets.

@garystafford
Last active February 23, 2019 17:04
Embed
What would you like to do?
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