会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
达达哦
博客园
首页
新随笔
联系
订阅
管理
2021年3月
liunx常用功能
摘要: 1、集群间拷贝 1)scp(secure copy)安全拷贝 (1)scp 定义 scp 可以实现服务器与服务器之间的数据拷贝。(from server1 to server2) (2)基本语法 scp -r $pdir/$fname $user@$host:$pdir/$fname 命令 递归 要
阅读全文
posted @ 2021-03-16 07:44 达达哦
阅读(54)
评论(0)
推荐(0)
2020年4月
es遇到的BUG
摘要: 1、Mapper for [tags] conflicts with existing mapping in other types:\n[mapper [tags] is used by multiple types. Set update_all_types to true to update
阅读全文
posted @ 2020-04-15 23:57 达达哦
阅读(1532)
评论(0)
推荐(0)
es笔记
摘要: 1、什么是全文检索和Lucene? (1)全文检索,倒排索引(2)lucene,就是一个jar包,里面包含了封装好的各种建立倒排索引,以及进行搜索的代码,包括各种算法。我们就用java开发的时候,引入lucene jar,然后基于lucene的api进行去进行开发就可以了。用lucene,我们就可以
阅读全文
posted @ 2020-04-05 21:40 达达哦
阅读(84)
评论(0)
推荐(0)
公告