I was looking at the module code to see how some CCK fields are being added to the index whilst others aren't and on line 1531 of the apachesolr.module it says "Invokes hook_apachesolr_cck_field_mappings to find out how to handle CCK fields."
But according to the README.txt and Robert's post http://acquia.com/blog/understanding-apachesolr-cck-api the hook is actually hook_apachesolr_cck_fields_alter(&$mappings)
Could you change the module to reflect this please to avoid confusion?
Also on a side note, are there plans to automatically have fields such as textareas and text fields added to the the solr index?
Thanks
Comments
Comment #1
pwolanin commentedyou mean just this?
Also, no - text fields will not be added automatically as separate fields.
Comment #2
pwolanin commented