#1941660: Warning while processing node with empty attachments. by sirko_el: Fixed Warning while processing node with empty attachments.Issue #1980750 by David_Rothstein, posulliv, tim-e, Echofive | _randy: Fixed Array to String error when certain file attachments appear in the search results.
Same as 7.x-1.1-beta2 but because of an earlier release mistake (Looking at you jpmckinney ;-) ), I couldn't release a beta after releasing a stable release
#1162608 by rdebieux, jpmckinney: Remove file from index if node unpublished.
#1162492 by jpmckinney: Add helpful message in admin for Windows users.
#1100306 by jpmckinney: Allow searching by filename.
#1064976 by jpmckinney: Respect hook_apachesolr_node_exclude.
#1065290 by jpmckinney: Fix $documents is undefined.
#1059768 by jpmckinney: Make error message more helpful.
#1059756 by jpmckinney: Missing drupal_set_message.
#1059744 by jpmckinney: Some variables not deleted in hook_uninstall.
#1059734 by jpmckinney: "attachements" typo.'
#1162608 by rdebieux, jpmckinney: Remove file from index if node unpublished.
#1162492 by jpmckinney: Add helpful message in admin for Windows users.
#1100306 by jpmckinney: Allow searching by filename.
#1064976 by jpmckinney: Respect hook_apachesolr_node_exclude.
#1059768 by jpmckinney: Make error message more helpful.
#1059756 by jpmckinney: Missing drupal_set_message.
#1059744 by jpmckinney: Some variables not deleted in hook_uninstall.
#1059734 by jpmckinney: "attachements" typo.
#815104 by ebeyrent, pwolanin minimal handling for failed Solr extraction.
#817066 by ebeyrent, fix call to undefined function apachesolr_index_updated.
#698672 by Agileware, fix ids so files get deleted from the index on cron.
#698694 by pwolanin, retain information on removed files during cache clear.
#666090 by pwolanin, add cron settings to the UI.
#506526 by pwolanin, Preserve file paths on Windows.
#664154 by pwolanin, Update for RC4 of ApacheSolr module and updated schema 0.9.4
#635480 by pwolanin, use hook_apachesolr_update_index with namespace.
#698672 by Agileware, fix ids so files get deleted from the index on cron.
#698694 by pwolanin, retain information on removed files during cache clear
Rewrite to be more resource efficient - does not try to delete files for each node at every update. Uses ASF Tika to extra content for everything except plain text files - hence you must be able to install Tika and run java apps via PHP for this to work.
Future development may include support for remote extraction via Tika embedded in Solr.