I have used the following predicate in the java for the Query Builder, I have the date-range and the path in there, can that be of any use ? /* Some code.. */ HashMap<String, String> map = new HashMap<String, String>(); map.put("path", MY_PATH); map.put("type", "nt:unstructured"); map.put("property"...