小象學(xué)院 計算機視覺項目實戰(zhàn)
2022-12-07 14:20 作者:bili_1559000721 | 我要投稿
?前綴模糊
public static MatchOperation matchStartWith(String field, String value) {
? ?Pattern compile = Pattern.compile("^" + Pattern.quote(value), Pattern.CASE_INSENSITIVE);
? ?return Aggregation.match(Criteria.where(field).regex(compile));}
標(biāo)簽: