当前位置:网站首页>ES7 easy mistakes in index creation
ES7 easy mistakes in index creation
2022-07-03 05:10:00 【Little garbage in the computer】
(1)es Of type error , about es7 Come on , No, String Type only text Type or keyword type 
(2)"Root mapping definition has unsupported parameters:
There was this mistake , Version problem .
remember es7mapping Connect directly at the back properties That's all right. , There is no need for anything else , This is all es6 The use of .
(3)Failed to parse value [not_analyzed] as only [true] or [false] are allowed
This is still a version problem , about index There is a problem
stay es7 in , Only for true perhaps false, If you want not to be segmented, set the data type to keyword, Should be set to keyword 了 , So we put not_analyzed Just delete this line .
And then the execution was successful 
边栏推荐
- leetcode435. Non overlapping interval
- ZABBIX monitoring of lamp architecture (3): zabbix+mysql (to be continued)
- Bluebridge cup real topic 2020 palindrome date simulation construction provincial competition
- Learn to use the idea breakpoint debugging tool
- 1106 lowest price in supply chain (25 points)
- [set theory] relational power operation (relational power operation | examples of relational power operation | properties of relational power operation)
- MySQL master-slave configuration
- Concurrent operation memory interaction
- The programmer resigned and was sentenced to 10 months for deleting the code. JD came home and said that it took 30000 to restore the database. Netizen: This is really a revenge
- Rust基础入门之(基本类型)
猜你喜欢

Yolov5 model construction source code details | CSDN creation punch in

leetcode435. Non overlapping interval

Compile and decompile GCC common instructions

BTC-密码学原理

Esp32-c3 learning and testing WiFi (II. Wi Fi distribution - smart_config mode and BlueIf mode)

Interface frequency limit access
![[Yu Yue education] basic reference materials of interchangeability and measurement technology of Zhongyuan Institute of Technology](/img/f1/d0dc4dc3fe49a2d2cd9e452a0ce31e.jpg)
[Yu Yue education] basic reference materials of interchangeability and measurement technology of Zhongyuan Institute of Technology
![[research materials] 2022q1 game preferred casual game distribution circular - Download attached](/img/13/5a67c5d08131745759fdc70a71cf0f.jpg)
[research materials] 2022q1 game preferred casual game distribution circular - Download attached

Unity tool Luban learning notes 1
![[set theory] relation properties (transitivity | transitivity examples | transitivity related theorems)](/img/c2/87358af6b2b2892a6eceb751b3b60c.jpg)
[set theory] relation properties (transitivity | transitivity examples | transitivity related theorems)
随机推荐
ZABBIX monitoring of lamp architecture (3): zabbix+mysql (to be continued)
Do you know UVs in modeling?
[develop wechat applet local storage with uni app]
Market status and development prospect prediction of global fermentation acid industry in 2022
Unity tool Luban learning notes 1
M1 Pro install redis
Kept hot standby and haproxy
Make your own dataset
Web APIs exclusivity
Based on RFC 3986 (unified resource descriptor (URI): general syntax)
Notes | numpy-09 Broadcast
Blog building tool recommendation (text book delivery)
Rust基础入门之(基本类型)
appium1.22.x 版本后的 appium inspector 需单独安装
[research materials] the fourth quarter report of the survey of Chinese small and micro entrepreneurs in 2021 - Download attached
【批处理DOS-CMD命令-汇总和小结】-CMD窗口的设置与操作命令-关闭cmd窗口、退出cmd环境(exit、exit /b、goto :eof)
Compile and decompile GCC common instructions
Review the configuration of vscode to develop golang
2022-02-11 daily clock in: problem fine brush
最大连续子段和(动态规划,递归,递推)