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.

Comments

cristiroma created an issue. See original summary.

cristiroma’s picture

StatusFileSize
new186.25 KB

Just 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?

mkalkbrenner’s picture

text_und or text_en?

Both!

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.

mkalkbrenner’s picture

Status: Active » Fixed

no further feedback

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.