Closed (fixed)
Project:
Apache Solr Attachments
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Apr 2012 at 12:50 UTC
Updated:
27 Apr 2012 at 13:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
nick_vhComment #2
nick_vhOnly delete entries where our body is empty. The re-index callback will change all the other fields so they will be reindexed except for the extracted file part.
This makes re-indexing easier to do.
A follow up to this patch should be to verify if we do not have kept left-overs in our table. We could do this by deleting everything except for the ids that we have fetched in _apachesolr_attachments_get_all_files()?