nest « mongodb « Java Database Q&A





1. MongoDB nested documents searching    stackoverflow.com

How do I search through mongodb documents where documents have nested documents. For example I have a collection of private messages. Each private message has two nested documents - one representing ...

2. Ordering MongoDB collection by size of nested array    stackoverflow.com

Is it possible to order a MongoDB collection by the size of a nested array? Say for example we have a collection of Question documents and each document has a nested ...

3. Nested/threaded comments system - MongoDB and Java    stackoverflow.com

I am currently building a charity student support website, to help African students that want to apply to American Universities. I want to build a threaded comments system. I was planing ...

4. Freemarker, Maps and Mongo. Getting a value out a nested structure    stackoverflow.com

I have a Mongo Database and I am making a small web application to display the values from the database. I'm having a little problem with getting a value from a ...