Skip to content

Instantly share code, notes, and snippets.

@FrancescaK
Last active August 29, 2015 13:57
Show Gist options
  • Save FrancescaK/9380634 to your computer and use it in GitHub Desktop.
Save FrancescaK/9380634 to your computer and use it in GitHub Desktop.
STEP Add upper and lower bounds of key ranges to the tags
sh.addTagRange('enron.messages',{date:MinKey},{date:ISODate("2001-07-01")},'tier 2')
sh.addTagRange('enron.messages',{date:ISODate("2001-07-01")},{date:MaxKey},'recent')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment