当前位置: 首页 > news >正文

宁海企业网站建设房地产网站建设招商

宁海企业网站建设,房地产网站建设招商,网站系统设计目标,社交网站有哪些如何做原文网址#xff1a;ES之API系列--index template(索引模板)的用法(有实例)_IT利刃出鞘的博客-CSDN博客 简介 说明 本文介绍ElasticSearch的index template(索引模板)的用法(有实例)。 官网网址 https://www.elastic.co/guide/en/elasticsearch/reference/8.0/index-temp…原文网址ES之API系列--index template(索引模板)的用法(有实例)_IT利刃出鞘的博客-CSDN博客 简介 说明 本文介绍ElasticSearch的index template(索引模板)的用法(有实例)。 官网网址 https://www.elastic.co/guide/en/elasticsearch/reference/8.0/index-templates.html 索引模板的作用 作用概述 在新建索引时如果索引名字与索引模板的通配符匹配那么就使用索引模板的设置_setting、_mapping等。 模板仅在索引创建时才会生效而且修改模板不会影响现有的索引。可以指定priority的数值如果新建的索引匹配到了多个模板则使用priority最高的那个priority值最小。 7.8之前的版本是order字段。会对匹配到的多个模板进行合并如果一个字段在多个模板中则取order比较小优先级高的那个。 应用场景 为将来的动态映射的索引进行限制 例如有多个系统写入日志索引每天生成一个新索引采用动态映射的方式。原先系统的时间是yyyy-MM-dd HH:mm:ss创建索引后动态映射的日期格式为“format:strict_date_optional_time||epoch_millis||yyyy-MM-dd HH:mm:ss”新系统以yyyy-MM-dd HH:mm:ss.SSS格式写进去时会报错。解决方案直接将该日期字段改为format: strict_date_optional_time||epoch_millis||yyyy-MM-dd HH:mm:ss||yyyy-MM-dd HH:mm:ss.SSS。创建索引时会支持新格式。为创建索引提供便利 例如可以在模板设置好number_of_shardsnumber_of_replicas创建索引时就自动使用模板的配置不需要再设置了。 版本的区别 7.8之后的命令是_index_template 7.8之前的命令是_template 用法完全一样。本文介绍7.8及之后的命令。 创建与更新索引模板 创建和更新的命令是一样的。如果不存在则创建如果存在则更新。 简洁方法(_index_template) PUT _index_template/template1 {index_patterns: [te*, bar*],template: {settings: {number_of_shards: 1},mappings: {_source: {enabled: false},properties: {host_name: {type: keyword},created_at: {type: date,format: yyyy-MM-dd HH:mm:ss.SSS}}},aliases: {mydata: { }}},priority: 10,version: 3,_meta: {description: my custom} } 上边这个模板设置了index_patterns 为 te* 和bar*意思就是te或bar开头的索引在创建时都会使用这个模板。 复杂方法(_index_template_component_template) PUT _component_template/component_template1 {template: {mappings: {properties: {timestamp: {type: date}}}} }PUT _component_template/other_component_template {template: {mappings: {properties: {ip_address: {type: ip}}}} }PUT _index_template/template_1 {index_patterns: [te*, bar*],template: {settings: {number_of_shards: 1},mappings: {_source: {enabled: false},properties: {host_name: {type: keyword},created_at: {type: date,format: yyyy-MM-dd HH:mm:ss.SSS}}},aliases: {mydata: { }}},priority: 10,composed_of: [component_template1, other_component_template],version: 3,_meta: {description: my custom} }index_template 创建时如果它包含的 component_template与component_template 或 component_template与index_template 中properties存在重复的属性则index_template创建会报错。 查看索引模板 查看所有索引模板 GET _index_template 示例  查看单个索引模板 GET _index_template/template_name 示例 查看多个索引模板通配符 GET _index_template/template_pattern 示例 查看组件模板 GET _component_template/component_template_name 删除索引模板 删除索引模板 DELETE _index_template/template_name 删除组件模板 DELETE _component_template/component_template_name 日期检测与数字检测 概述 如果某个字段没有设置映射那么在新建文档时会自动根据字段来生成映射比如日期和数字。 示例 如果日期字段符合“yyyy-MM-dd HH:mm:ss.SSS格式就自动将该字段的type设置为date类型并且format会包含“yyyy-MM-dd HH:mm:ss.SSS”这种格式。如果字段是个数字则自动将该字段的type设置为Long之类的类型。 配置方法 默认这种类型检测是开启的配置方法如下 PUT _index_template/template_name {index_patterns: [test*],priority: 1,settings: {number_of_shards: 1,number_of_replicas: 2},mappings: {date_detection: false,numeric_detection: true} }
http://www.hkea.cn/news/14468931/

相关文章:

  • 给网站做seo诊断百度首页 百度
  • 网站编辑超链接怎么做安卓应用市场官方版下载
  • icp备案网站名称更改如何做网站水晶头
  • 智能写作网站外贸流程及详细介绍
  • 网站内部资源推广方法网站建设电话销售的话术
  • 厦门免费自助建站模板淘宝联盟里的网站推广怎么做
  • 福州交通建设投资集团网站手机网站管理
  • 土特产网站平台建设微信网页版网址是多少
  • 深圳网站建设合同网站建设维护需要懂哪些知识
  • 好的设计教程网站企业免费网站优化方案
  • 怎么自创网站ps怎么在dw上做网站
  • 重庆彼客的网站是谁家做的创意家装设计公司
  • 企业网站需要多大空间百度地图排名怎么优化
  • 和拓者设计吧类似的网站邢台做网站改版
  • vue.js做的网站做网站优化的话术
  • 佛山网站建设优势海外网站推广优化专员
  • 专业网站建设价格分析怎么自己做推广网站
  • 什么是网站上线检测中文域名是网站名称吗
  • 制作个网站多少钱关键词的优化和推广
  • 有哪些网站建设方案专业手机网站设计
  • 哪个行业最喜欢做网站常德市网络科技有限公司
  • 设计商城商务网站dell网站设计特色
  • 网上商城网站设计和实现青岛做网站建设多少钱
  • 做模板网站的公司客户网站留言
  • 洛阳洛龙区网站建设互联网最赚钱的行业
  • 广西网站制作公司社交营销
  • 网站建设四个阶段的流程华为云服务器官网入口
  • 网站建设制作要学什么南京江宁网站建设
  • 可建网站电商怎么做如何从零开始视频
  • 网站建设的信息安全防范技术怎样做婚庆网站