Elasticsearch 入门 索引、分词器

term, match_phrase, match查询

参考 ElasticSearch match, match_phrase, term的区别

  • term是对输入不分词,进行全文索引查询。存储时是否启用分词器,会影响查询效果
  • match_phase对输入分词,但要求查询时将每个term都搜到,且顺序一致。
  • match是对输入分词,只要文档包含了查询的一部分条件,都可以被返回。

其它规则
Elasticsearch 查询之term,match,match_phrase

索引构建 text keyword vector

elasticsearch设置字段不索引,或源数据只索引不存储。设置后即可。

 "index": false

保存文档

1.elasticsearch文档存储(保存|修改|删除)

保存文档时,路径参数可以带上ID,或不带ID。数据参数是JSON格式。

Put localhost:9200/customer/external/2
 
{
  "name":"zhangsan2"
}
相关推荐
Elastic 中国社区官方博客7 小时前
如何将数据从 AWS S3 导入到 Elastic Cloud - 第 3 部分:Elastic S3 连接器
大数据·elasticsearch·搜索引擎·云计算·全文检索·可用性测试·aws
掘金-我是哪吒7 小时前
微服务mysql,redis,elasticsearch, kibana,cassandra,mongodb, kafka
redis·mysql·mongodb·elasticsearch·微服务
研究是为了理解9 小时前
Git Bash 常用命令
git·elasticsearch·bash
晨欣12 小时前
Elasticsearch和Lucene之间是什么关系?(ChatGPT回答)
elasticsearch·chatgpt·lucene
筱源源18 小时前
Elasticsearch-linux环境部署
linux·elasticsearch
Elastic 中国社区官方博客1 天前
释放专利力量:Patently 如何利用向量搜索和 NLP 简化协作
大数据·数据库·人工智能·elasticsearch·搜索引擎·自然语言处理
Shenqi Lotus1 天前
ELK-ELK基本概念_ElasticSearch的配置
elk·elasticsearch
yeye198912242 天前
10-Query & Filtering 与多字符串多字段查询
elasticsearch
Narutolxy2 天前
精准优化Elasticsearch:磁盘空间管理与性能提升技巧20241106
大数据·elasticsearch·jenkins
谢小涛2 天前
ES管理工具Cerebro 0.8.5 Windows版本安装及启动
elasticsearch·es·cerebro