Skip to content

Instantly share code, notes, and snippets.

@tfm
Last active December 11, 2015 21:29
Show Gist options
  • Save tfm/4663052 to your computer and use it in GitHub Desktop.
Save tfm/4663052 to your computer and use it in GitHub Desktop.
db.myCollection.ensureIndex(
{ myTextField: "text", myOtherTextField: "text" },
{ name: "my_fts_index" }
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment