Commit 8f6f3c44 by rugbyhead

ES: updating the docs

parent 71a49107
...@@ -86,6 +86,14 @@ The default will traverse all the way to the bottom of that structure: ...@@ -86,6 +86,14 @@ The default will traverse all the way to the bottom of that structure:
As you can see, variety only traversed three levels deep. As you can see, variety only traversed three levels deep.
### Analyze a subset of Documents ###
Perhaps you have a large collection, or you only care about some subset of the documents.
One can apply a "query" contraint, which takes a standard Mongo query object, to filter the set of documents required before analysis.
$ mongo test --eval "var collection = 'users', query = {'caredAbout':true}" variety.js
##### "But my dad told me MongoDB is a schemaless database!" ##### ##### "But my dad told me MongoDB is a schemaless database!" #####
First of all, your father is a great guy. Moving on... First of all, your father is a great guy. Moving on...
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment