Pattern test_regex = Pattern.compile( "^test.*regex.*xyz$", Pattern.CASE_INSENSITIVE );
BasicDBObjectBuilder b = BasicDBObjectBuilder.start();
b.append( "_id", oid );
b.append( "null", null );
b.append( "max", new MaxKey() );
b.append( "min", new MinKey() );
b.append( "booleanTrue", true );
b.append( "booleanFalse", false );
b.append( "int1", 1 );
b.append( "int1500", 1500 );
b.append( "int3753", 3753 );