Just installed this module in combination with apachesolr 6.x-3.0-rc2 and received the following error when attempting to configure.
Fatal error: Call to undefined function apachesolr_cck_fields() in ./sites/all/modules/apachesolr_custom_fields/apachesolr_custom_fields.module on line 73

Comments

stacysimpson’s picture

I did a little digging and this function was removed from the 3.x branch of apachesolr. Based on my superficial understanding, the equivalent call is apachesolr_entity_fields(). This got me past the PHP error, but looks like there are lingering issues with the 3.x branch because I cannot search on my CCK field.