I'd like to be a little bit more careful here and not add
a default method that throws an UnsupportedOperationException.
In the meantime, applications can use the filter method like
so:
LdapQueryBuilder.query().filter(new ProximityFilter("cn", "John Doe"))
PR gh-1052