搬砖-Veeker
首页
文章
目录
标签
归档
友链
关于
ES搜索设置索引(分词+忽略大小写)
###分词查询忽略大小写 ```json PUTes_test?pretty { "settings":{ "index":{ "analysis":{ "analyzer":{//自定义搜索器 "ik_lower_case_analyzer":{ "tokenizer":"ik_max_word", "type":"custom", "filter":[ "lowercase" ] } } }...
分类
C#
标签
NetCore
by Nigel
2021-03-22 14:25:37
1
Nigel
长沙
1
C#
15
NetCore
7
Linux
MySql
MsSql
3
Redis
2
Mongodb
2
CentOS
1
Nodejs
2
Vue
1
Mac
2
Flutter
NetCore
CentOS
.Net
jQuery
Redis
Python
Html5
MsSql
MySql
supervisord
Nodejs
Vue
Mac
pod
cocoapods
Flutter
SSL
Docker
Jenkins
Razor Pages
Nginx
Mongodb
k8s
go
最近发表
清理docker未使用的镜像
2021-06-22
jenkins构建配置(NetCore)
2021-06-22
Nginx+IIS实现一个网站绑定多个https域名
2021-06-10
netcore linux环境部署和守护进程
2021-05-26
安装配置Java环境(后台项目)
2021-05-26
codefirst和databasefirst操作
2021-04-23
go api框架搭建
2021-03-22
go vscode的settings.json配置
2021-03-22
golang环境搭建
2021-03-22
netcore web api 签名封装(中间件统一签名&方法签名)
2021-03-22