Closed (fixed)
Project:
Apache Solr Search
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 May 2011 at 10:32 UTC
Updated:
4 Jun 2011 at 02:11 UTC
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