ElasticSearch之零碎知识点

写在前面

本文记录es的零碎知识点,包括但不限于概念,集群方式,等。

1:词项查询 VS 全文查询

词项查询:查询的内容不做分词处理,输入的什么查询什么。

全文查询:查询的内容会做分词处理,生成多个词项,然后对每个词项分别查询,所有的查询结果汇总在一起,作为最终的结果。

具体参考这里

2:Query Context VS Filter Context

Query Context:算分的上下文。

Filter Context:不算分的上下文。

写在后面

参考文章列表

相关推荐
little_xianzhong2 天前
把一个本地项目导入gitee创建的仓库中
大数据·elasticsearch·gitee
哈__2 天前
exa 在 HarmonyOS 上的构建与适配
elasticsearch·华为·harmonyos
Hello.Reader2 天前
Flink CDC 用 Oracle CDC 实时同步数据到 Elasticsearch
elasticsearch·oracle·flink
Elastic 中国社区官方博客2 天前
开始使用 Elastic Agent Builder 和 Microsoft Agent Framework
数据库·人工智能·elasticsearch·microsoft·搜索引擎·ai·全文检索
青靴2 天前
Git Hooks 实现 CI/CD 进阶实践 -- 根据实际需求添加功能
git·elasticsearch·ci/cd
0***R5152 天前
SpringBoot集成Elasticsearch实战
java·spring boot·elasticsearch
e***0962 天前
Springboot中使用Elasticsearch(部署+使用+讲解 最完整)
spring boot·elasticsearch·jenkins
yangmf20402 天前
APM(三):监控 Python 服务链
大数据·运维·开发语言·python·elk·elasticsearch·搜索引擎
yangmf20402 天前
APM(二):监控 Python 服务
大数据·python·elasticsearch·搜索引擎