if (attribute.matches("jcr", "path")) {
String pathOf = tableName;
if (pathOf == null) pathOf = aliases.iterator().next();
operandBuilder.path(pathOf);
} else {
operandBuilder.propertyValue(tableName, attribute.toString());
builder.select(tableName + "." + attribute.toString());
}
} else if (spec.getScoreFunction() != null) {
// This order-by is defined by a "jcr:score" function ...
FunctionCall scoreFunction = spec.getScoreFunction();