Re: Solr complains about unknown field during atomic indexing

2021-03-22 Thread Andreas Hubold
Hi, You could then add the following to take care of any and all unknown fields: Or you could name individual fields like that, which I think would be a better option than the wildcard dynamic field. Just a small addition, in case you're also using nested documents: You should really pr

Re: Solr complains about unknown field during atomic indexing

2021-03-20 Thread Shawn Heisey
On 3/19/2021 3:36 PM, gnandre wrote: While performing atomic indexing, I run into an error which says 'unknown field X' where X is not a field specified in the schema. It is a discontinued field. After deleting that field from the schema, I have restarted Solr but I have not re-indexed the conte

Solr complains about unknown field during atomic indexing

2021-03-19 Thread gnandre
While performing atomic indexing, I run into an error which says 'unknown field X' where X is not a field specified in the schema. It is a discontinued field. After deleting that field from the schema, I have restarted Solr but I have not re-indexed the content back, so the deleted field data stil