Solr spellcheck: cannot show result, always receiving same error

前端 未结 1 1231
故里飘歌
故里飘歌 2021-01-23 23:16

So, Im quite new on solr, and maybe I have so many understanding problems.

What Im trying to do right now, its an autosuggestion for my search bar. For example, if you

相关标签:
1条回答
  • 2021-01-24 00:06

    I found this answer to help me solving a similar problem with the exact same error message. Your problem might be that you have defined two different fields for the different spell check definitions:

    <str name="field">item</str> AND <str name="field">name</str>

    these should be equal. This is what Solr is complaining about.

    0 讨论(0)
提交回复
热议问题