--
You received this message because you are subscribed to the Google Groups "mongodb-user" group.
To post to this group, send email to mongod...@googlegroups.com.
To unsubscribe from this group, send email to mongodb-user...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mongodb-user?hl=en.
What do you mean by "raw" queries?
As Sam mentioned, queries are not strings -- they are bson documents.
> I am fairly new to the mongodb Java API, so I probably missed several
> weak points.
>
Also, that is not a "raw" query but a string representation of a
json/javascript representation. A raw version would be in BSON, which
I doubt your client would provide in "raw" bits.
Don't convert string into bson and your won't have this possible problem