Details
-
Bug
-
Resolution: Won't Fix
-
Major - P3
-
None
-
*Location*: http://docs.mongodb.org/manual/applications/data-models-tree-structures/
*User-Agent*: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0
*Referrer*: http://docs.mongodb.org/manual/tutorial/model-embedded-one-to-many-relationships-between-documents/
*Screen Resolution*: 1366 x 768
*repo*: docs
*source*: applications/data-models-tree-structures
*Location*: http://docs.mongodb.org/manual/applications/data-models-tree-structures/ *User-Agent*: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0 *Referrer*: http://docs.mongodb.org/manual/tutorial/model-embedded-one-to-many-relationships-between-documents/ *Screen Resolution*: 1366 x 768 *repo*: docs *source*: applications/data-models-tree-structures
-
0.3
Description
This section and its sub sections give me much confusion.
I puzzled this part is used to describe multiple categories (just like country , province, city ) or inheritance.
If it represents inheritance, the samples may be not suitable.
For example:
db.categories.insert(
|
{
|
_id: "Databases", |
children: [ "MongoDB", "dbm" ] |
}
|
)
|
Children here should be object list but not pure text as inheritance may has its special properties.
Maybe I missed the original meaning.
Thank you very much.