amateescu / search_api_solr

11 stars 14 forks source link

Fixed generation of field name mapping. #74

Closed drunken-monkey closed 5 years ago

drunken-monkey commented 9 years ago

When testing (or rather, preparing my DrupalCon demo) I ran into the problem that sometimes the field mapping doesn't return all the index's fields. It seems that not all fields are contained in the field options on the index in some cases? (Actually, that's probably something we should look into in the Search API, but I'd say it can't hurt to fix it in the Solr backend, too. Reading the bare option value is just more brittle than using the proper API function.)