5960616263646566676869
if (property.indexOf('#') != -1) { property = property.substring(property.indexOf('#') + 1); } if (sort.isAscending()) { builder.asc(property); } else { builder.desc(property); } return builder.build();