Reviewed & tested by the community
Project:
Apache Solr Multilingual
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Nov 2014 at 11:13 UTC
Updated:
29 Oct 2019 at 09:22 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ajaynimbolkar commentedHi Frm,
This warning coming from apachesolr_multilingual.index.inc file where in term indexing its not getting language parameter and it showing multiple warning.
Thanks,
Ajay Nimbolkar
Comment #2
ajaynimbolkar commentedComment #3
ajaynimbolkar commentedComment #4
ajaynimbolkar commentedComment #5
rudolfbykerThe issue is that some entities (like taxonomy terms) don't have the language property. I've been using this patch for years, and it works just fine. However, this is a patch against the apachesolr_multilingual module, not against the apachesolr_term module. So I'm moving it to the right project, and marking it as "reviewed".
Comment #6
rudolfbykerThis patch is the same as the previous, but with better indentation and clearer context.
Comment #7
rudolfbykerHere is a patch with proper p1 formatting instead of p0.
Comment #8
rudolfbykerHere is a combined patch for issues https://www.drupal.org/project/apachesolr_multilingual/issues/2381049 and https://www.drupal.org/project/apachesolr_multilingual/issues/2998996 if anyone needs it. I'm using it in my drush make file, since you can't apply both patches automagically without a little merge.
I'm also hiding the patches that failed to apply.
Comment #9
ajaynimbolkar commentedCan you please provide me credit of this