Solr Query - HTTP error 404 undefined field text

后端 未结 5 1462
春和景丽
春和景丽 2020-12-24 07:18

I\'ve got a Solr instance running on my Ubuntu machine using the default Jetty server that the Solr download comes with. Whenever I start Solr using

5条回答
  •  离开以前
    2020-12-24 07:43

    This may not always be the case, but when I got a similar issue, it turned out that restarting the Solr server using restart command didn't suffice. Explicitly stopping the server with the stop command and then starting it using the start command actually did the trick. I did not require to edit any file.

    P.S. My issue was with only /clustering not being accessible for my Solr core.

提交回复
热议问题