After updating to 7.x-1.0-rc2 I see the following error on the status report page:

Apache Solr Multilingual
Could not establish a connection to this solr index. The field bias settings could not be verified.

The "Apache Solr" requirement, however, does not fail. The connection to the solr instance can be established.

CommentFileSizeAuthor
#9 field_bias_settings.patch1.24 KBawm
#8 field_bias_settings.patch1.39 KBawm
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mkalkbrenner’s picture

Assigned: Unassigned » mkalkbrenner
Priority: Normal » Minor
Status: Active » Fixed

Status: Fixed » Closed (fixed)

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

  • Commit 77279ef on 7.x-1.x, 6.x-3.x by mkalkbrenner:
    [#2150365] mkalkbrenner: Requirement error: Field bias settings of...
Ahmad Abbad’s picture

I have the 7.x-1.2+10-dev version and still the error show

mkalkbrenner’s picture

Are you sure that only the requirements check fails but your setup is working?

Ahmad Abbad’s picture

Yes my setting is working with old version module and not work after update module to 7.x-1.2+10-dev

awm’s picture

I am seeing this issue too but it's not a blocker. From what I found hook 'apachesolr_multilingual_requirements' looks at all environment even non-default, non-avilable envs

$environments = apachesolr_multilingual_load_all_environments();

And if an env is not set right and it's not used the warning is shown on the status page. Now is this the expected behavior or not? If it's not I am attaching a patch that may fix this warning/error that is often innocuous

awm’s picture

FileSize
1.39 KB
awm’s picture

FileSize
1.24 KB