缓存 索引是否存在 & 查询接口 增加写入操作
1:缓存 索引 是否存在的请求 2:查询接口,同时把特征信息写入es
1:缓存 索引 是否存在的请求 2:查询接口,同时把特征信息写入es
Step 1. Fetch and check out the branch for this merge request
git fetch origin git checkout -b develop_es8.15_merge_0624 origin/develop_es8.15_merge_0624
Step 2. Review the changes locally
Step 3. Merge the branch and fix any conflicts that come up
git checkout develop_es8.15_merge git merge --no-ff develop_es8.15_merge_0624
Step 4. Push the result of the merge to GitLab
git push origin develop_es8.15_merge
Note that pushing to GitLab requires write access to this repository.
Tip: You can also checkout merge requests locally by following these guidelines.
Ask someone with write access to this repository to merge this request.