[FEAT MERGE] Full-Text Search Index Phase II

Co-authored-by: SuperYoko <lipeng.yk@gmail.com>
Co-authored-by: skylhd <dickylhd@gmail.com>
Co-authored-by: wz-WillZheng <18701736737@163.com>
This commit is contained in:
Tyshawn
2024-09-25 09:46:06 +00:00
committed by ob-robot
parent 0840e70f8a
commit 24962e3cee
113 changed files with 6939 additions and 1278 deletions

View File

@ -141,7 +141,7 @@ int ObExprWordSegment::cg_expr(
if (OB_SUCC(ret)) {
ObString str(res_str_len, ptr);
expr_datum.set_string(str);
LOG_INFO("generate fulltext column", K(str), K(raw_ctx), K(eval_ctx), K(expr_datum));
LOG_TRACE("generate fulltext column", K(str), K(raw_ctx), K(eval_ctx), K(expr_datum));
}
}
}