springboot+elasticsearch 中测试查询语句报错failed to map source
生活随笔
收集整理的這篇文章主要介紹了
springboot+elasticsearch 中测试查询语句报错failed to map source
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
情況描述
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.4.RELEASE.jar:5.1.4.RELEASE]at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.4.RELEASE.jar:5.1.4.RELEASE]at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.4.RELEASE.jar:5.1.4.RELEASE]at org.springframework.data.repository.core.support.SurroundingTransactionDetectorMethodInterceptor.invoke(SurroundingTransactionDetectorMethodInterceptor.java:61) ~[spring-data-commons-2.1.4.RELEASE.jar:2.1.4.RELEASE]返回值報錯信息
timestamp": "2019-04-18T08:18:47.057+0000","status": 500,"error": "Internal Server Error","message": "failed to map source [ {\"id\":1,\"userid\":\"1001555503316100\",\"types\":\"這是一個測試商品\",\"description\":\"1555503316100\"}] to class ElasticsearchEntity","path": "/word"查找到這就行了
網(wǎng)上有很多答案
在實體類中加無參構(gòu)造器就行了
借鑒:https://www.cnblogs.com/zmxsean/p/10065740.html
總結(jié)
以上是生活随笔為你收集整理的springboot+elasticsearch 中测试查询语句报错failed to map source的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 解决dns没问题,能上qq不能上网的问题
- 下一篇: Ghelper安装及使用