mongo-java Questions

5

Solved

I wonder, if there is a way to check if mongoDB server is running from java driver for mongoDB? According to the tutorial, I can do Mongo m = new Mongo(); // or Mongo m = new Mongo( "localhost"...
Gelding asked 26/7, 2011 at 15:26

2

Below is sample document structure. db.volume_statistics.insert({ "client": "SER", "message": "Sample_v02RQ", "GDS": "SABRE", "daily": 240000, "hourly": {"0": 1000, "1": 100, "2": 454, "3":34...
Hetero asked 27/6, 2013 at 5:17

1

Solved

Mongo and Java gurus. Our team decided to use full text search API, introduced recently in MongoDB. However, we found some difficulties executing the command using the Java MongoDB driver. here i...
Parmesan asked 8/4, 2013 at 12:32

1

I have a JUnit rule called as MongoRule looks like public class MongoRule extends ExternalResource { private static final Logger LOGGER = LoggerFactory.getLogger(MongoRule.class); private fina...
Stentor asked 25/7, 2012 at 13:34

© 2022 - 2024 — McMap. All rights reserved.