Hi,

I find this error in the new branch 6.3-x

@ function apachesolr_field_name_map().

cause an foreach(apachesolr_entity_fields('nore') as $field_nm => $nodefields) { ...

I just did git clone --recursive --branch 6.x-3.x http://git.drupal.org/project/apachesolr.git

PS: I look for this error after create this issue. Sorry if I recreate one did not find it.

Comments

killua99’s picture

StatusFileSize
new2.04 KB

Some can see this "patch"

basvredeling’s picture

Status: Active » Needs review
StatusFileSize
new523 bytes

This is a result of the patch in #1494576: Taxonomy facets
It's an issue of proper array indexing. Attached patch should solve this. The patch from #1 just catches the error but doesn't solve the issue that taxonomy vocabularies aren't handled by the latest apachesolr 6.x-3.x-dev

killua99’s picture

Yeah, thats the problem. Thanks for take a look at this issue!

basvredeling’s picture

Status: Needs review » Reviewed & tested by the community

It's a small fix and it's been confirmed by another community member. I'd say RTBC.

nick_vh’s picture

So, which of the patches should I commit, both?

nick_vh’s picture

Status: Reviewed & tested by the community » Closed (duplicate)