目录
现象
原因分析:
解决方法
现象
max_bytes_length_exceeded_exception: bytes can be at most 32766 in length
原因分析:
原因是keyword类型某个字段的值太长,而Search每个keyword类型的field默认能接受的长度为32766个字节,当超过32766个字节时,会抛异常
标签:exception,max,bytes,32766,most,length,exceeded
来源: https://blog.csdn.net/VIP099/article/details/120584085