解决:Unable to identify index name. XXXModel is not a Document. Make sure the document class is annota
生活随笔
收集整理的這篇文章主要介紹了
解决:Unable to identify index name. XXXModel is not a Document. Make sure the document class is annota
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
前些天發現了一個巨牛的人工智能學習網站,通俗易懂,風趣幽默,忍不住分享一下給大家。點擊跳轉到教程。
1. 往 elasticsearch 寫入數據調用 index 方法,執行報錯:
Unable to identify index name. XXXModel is not a Document.Make sure the document class is annotated with @Document(indexName="foo")2. 原因:XXXModel?實體類上少注解, 加上此注解就可:
@Document(indexName = "cxx_es", type = "cxx_es")?
總結
以上是生活随笔為你收集整理的解决:Unable to identify index name. XXXModel is not a Document. Make sure the document class is annota的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: MFC关于JPG图片显示处理的几个方式
- 下一篇: opencv学 之图像傅里叶变换dft