# 添加mapping: url -X POST 'http://127.0.0.1:9200/indexName/typeName/_mapping?pretty' -d '{
"typeName": {
"properties": {
"number": {
"type": "string",
"index": "not_analyzed"
}
}
}
}' # reindex curl -XPOST "http://127.0.0.1:9200/_reindex/" -d '{
"source": {
"index": "one",
"type":"xx"
},
"dest": {
"index": "two",
"type":"detail_bill_vsim"
}
}'

最新文章

  1. [Reproduced works]MongoDB Unauthorized Access Vulnerability
  2. 微信测试服务器验证sha1加密法,工具类
  3. Android实现页面跳转及传递参数的方法
  4. 定制Eclipse IDE之功能篇(一)
  5. css优先级和层叠
  6. PHP使用CURL上传|下载文件
  7. Thread safety
  8. HDU 5059 Harry And Biological Teacher
  9. Intent的简介以及属性详解
  10. 《C标准库》—之<assert.h>实现
  11. MongoDB学习笔记-数据库命令
  12. Tomcat 映射虚拟目录
  13. sed和awk最佳入门教程
  14. 在mac中用终端来运行.c文件
  15. ShopNC_WAP
  16. 变量类型、构造器、封装以及 LeetCode 每日一题
  17. idea spring boot docker 多项目 maven 编译
  18. Redis读超时排查
  19. canvas代替imgage,可以有效的提高大图片加载的速度!
  20. codeforces474D

热门文章

  1. checkbox为空
  2. 微信公众号【黄小斜】和【Java技术江湖】
  3. 【转载】详解CI、CD相关概念
  4. js获取整个屏幕的尺寸
  5. git status: HEAD detached from origin/master问题的解决
  6. maven plugin
  7. LSTM参数和结构的本质理解——num_units参数/batch_size/cell计算
  8. SSD: Single Shot MultiBox Detector论文阅读摘要
  9. python从入门到放弃之Tensorflow(一)
  10. 01 MySQL之数据库基本操作