Genomen uit een bericht in de Google-groep ( https:// groups.google.com/forum/?fromgroups#!topic/mongodb-user/7jWUbunUcFQ ):
final DBObject textSearchCommand = new BasicDBObject();
textSearchCommand.put("text", collectionName);
textSearchCommand.put("search", textToSearchFor);
final CommandResult commandResult = db.command(textSearchCommand);
Laat precies zien hoe de opdracht moet worden opgemaakt.