HelloI have a really complex query using HashMap and the QueryBuilder, part of it has something like this: map.put("path", "/content"); map.put("path.exact", "true"); // defaults to true map.put("path.flat", "true"); map.put("path.self", "true");I took that code from this...