当前位置:网站首页>异常记录-12
异常记录-12
2022-04-23 06:01:00 【week@eight】
异常类名
org.springframework.data.elasticsearch.BulkFailureException
描述
Bulk operation has failures.
问题原因
存放到Elasticsearch的数据长度过长
解决方案
将Elasticsearch中创建索引实体中修改@Field中的type类型为Text
异常重现
已复现
版权声明
本文为[week@eight]所创,转载请带上原文链接,感谢
https://blog.csdn.net/qq_43431735/article/details/124216672
边栏推荐
- Basic concepts of database: OLTP / OLAP / HTAP, RPO / RTO, MPP
- memcached 源码分析
- rdma 编程详解
- [no steps in a small step to a thousand miles] Oracle Application derivative ora-01455 error reporting processing
- ansible模块之include_tasks:为什么加了tags后导入的任务没有执行?
- try --finally
- offset和client獲取dom元素比特置信息
- LeetCode刷题|两个链表的第一个公共节点
- PHP background parsing after JQ serialization
- 使用百度智能云人脸检测接口实现照片质量检测
猜你喜欢
随机推荐
Centos8 builds php8 0.3 operating environment
Ansible basic commands, roles, built-in variables and tests judgment
【代码解析(2)】Communication-Efficient Learning of Deep Networks from Decentralized Data
AttributeError: ‘dict‘ object has no attribute ‘iteritems‘
How to use tiup to deploy a tidb V5 0 cluster
LeetCode刷题|897递增顺序搜索树
JS realizes modal box dragging
tensorflow下载
ovs与ovs+dpdk架构分析
Concurrent optimization request
【MySQL基础篇】启动选项、系统变量、状态变量
rdma 介绍
Use the SED command to process text efficiently
SQL学习|基础查询与排列
Typescript (top)
Working principle and practice of browser
异常记录-6
2021-09-18
关于 synchronized、ThreadLocal、线程池、Atomic 原子类的 JUC 面试题
【Lombok快速入门】