I'm not quite if I missed something in configuration, but if adding my fields to a view, displayed both as a table and an attached text file exporter (by Views Data Export), some non-text fields are not available, even if sucessfully indexed by SOLR. What I'd need is the field type email (by Email Field) and two of plain-text textareas (longtext).

Any help is very appreciated.

Comments

MiroslavBanov’s picture

Not every entity field will be part of the Solr document. It depends on a module implementing "apachesolr_field_mappings", and correctly generating Solr fields to send as part of a Solr document. For email fields, this should happen either in the Apachesolr module, or the Email module.