Solr Query - HTTP error 404 undefined field text

后端 未结 5 1473
春和景丽
春和景丽 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:48

    Default solr configuration has defined some request handlers with defaults that match the default schema included in the solr tarball.

    Check the request handlers defined in solrconfig and you might find that and other configuration values include some fields you haven't defined in the schema.

    Also, check your schema.xml, that the default search field isn't set to text like this: text

提交回复
热议问题