I want to skip some records from DB which has some string in Java(using BasicDBOject). Say for eg:
"description" is my field name in a collection called "comment"
I don't want the records which has "Test message" as part of the value in field "description".