sunspot solr undefined field type

前端 未结 4 819
渐次进展
渐次进展 2021-01-22 07:48

I\'m having a problem with my sunspot and solr. In development it worked like charme but in production I get the following error out of my rails production log:

RSolr:

4条回答
  •  无人共我
    2021-01-22 08:18

    It sounds like your production Solr instance is not using Sunspot's schema.xml.

    The type field should defined in Sunspot's standard schema.xml, and it is used to index the model name of the object, for later use in filtering your searches. Seeing an error message saying that type is undefined is what implies to me that you're using a schema.xml other than Sunspot's.

    It could be that you're using some other sample or default set of configurations from the method you used to install Solr on your server. If you can, please elaborate on how you set up your production Solr server.

提交回复
热议问题