多易 LINUX系統(tǒng)核心技能
取非
public static MatchOperation matchNotStartWith(String field, String value) {
? ?Pattern compile = Pattern.compile("^" + Pattern.quote(value), Pattern.CASE_INSENSITIVE);
? ?return Aggregation.match(Criteria.where(field).not().regex(compile));}
標(biāo)簽: