Problem/Motivation
Hello, I see the following warning in the status report: "There are some language-specific field types missing in schema of index Default node index on server SOLR Server."

I did some debugging and apparently there is a problem with English language?

Steps to reproduce
I'm using a Drupal 8.9.11 with only English (no multilingual modules enabled).
I noticed this error during an update from 3.9.0 to 4.1.10, but it was there before, however with the following message: "There are some language-specific field types missing in schema of Solr server SOLR Server: en." (notice the "en").
I've re-created the core after update to 4.1.10 by downloading config.zip from Server and putting int in Solr. The fields look like this:

Do you have any hint? Thanks in advance.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | _20201207-033215.png | 186.25 KB | cristiroma |
| _20201207-032303.png | 80.7 KB | cristiroma | |
| _20201207-031716.png | 13.33 KB | cristiroma | |
| _20201207-032012.png | 146.41 KB | cristiroma |
Comments
Comment #2
cristiroma commentedJust to add a bit more information, there seem that schema in solr has the field type text_und defined, but Drupal module expects text_en. Is there a way to re-create the fields? Which one should be the correct one, text_und or text_en?
Comment #3
mkalkbrennerBoth!
The "en" filed types are missing in your system. We have many issues here in the queue where people don't do their config management right. And these field types are configs. You can find the default configs within the modul's config folder. Try to import them.
Comment #4
mkalkbrennerno further feedback