I've created custom content type, with custom text area field 'field_main_body' (main body field is deleted). The field doesn't show up on search-api index configure page. The search result don't show nodes containing text in this field. I think it's not beeing indexed by search api. I've tried http://ygerasimov.com/add-custom-field-search-api-apachesolr-index sollution, but nothing happened.
Does anyone know how to add this field to search-api index? Or maybe there's another problem here?
Try to re-index until 100% ("admin/config/search/settings" page) or/and run cron. There is no reasons that it is not indexed.