Created
May 31, 2011 00:13
-
-
Save rtanglao/999661 to your computer and use it in GitHub Desktop.
how many topics have the word unresponsive in them since I started July 21, 2009?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > db.topics.find({"$where":"this.fulltext.indexOf(\"unresponsive\") != -1"}).count() | |
| 95 | |
| > db.topics.find({"$where":"this.fulltext_with_tags.indexOf(\"unresponsive\") != -1"}).count() | |
| 65 | |
| # This 65 sounds like a bug in my Mongo Database i.e. a bug in : | |
| # https://github.com/rtanglao/momogs/blob/master/mongoSlurpGS.rb |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
updated with 40000 topics instead of 23000: